$ cnpm install @brudi/brudi-toolbox-react-webapp
Helper library for brudi Mesh React webapp developers.
Install the package with
yarn add -D @brudi/brudi-toolbox-react-webapp
or
npm install --save-dev @brudi/brudi-toolbox-react-webapp
To install dependencies with Yarn, run:
$ yarn install
NOTE: The linter will run against everything in the lib
directory.
This assumes you have eslint and eslint-watch installed. If you don't, run the following:
$ yarn global add eslint eslint-watch
To run the linter once:
$ yarn lint:js
To run the watch task:
$ yarn lint:js:watch
NOTE: When you run build
, Babel will create a build
directory. This is what users will interact with when they use the brudi Toolbox React Webapp Helper library. Nothing in lib
gets shipped with the published module.
Run once:
$ yarn build
Run the watch script:
$ yarn build:watch
Copyright 2014 - 2017 © taobao.org |