react-ace

v2.7.0
A react component for Ace Editor
ace ace editor react-component react brace

lint

echo "Temporarily remove"

test

echo "Error: no test specified" && exit 1

build

npm run build:lib && npm run build:umd && npm run build:umd:min

check

npm run lint

clean

rimraf lib dist

version

npm run build

build:lib

babel src --out-dir lib

build:umd

webpack src/ace.jsx dist/react-ace.js --config webpack.config.development.js

prepublish

npm run clean && npm run build

preversion

npm run clean && npm run check

postversion

git push && git push --tags && npm run clean

build:example

cd example && npm install

build:umd:min

webpack src/ace.jsx dist/react-ace.min.js --config webpack.config.production.js

Metadata

  • MIT
  • Whatever
  • James Hrisho
  • released 12/1/2015

Downloads

Maintainers