Node.js >= v4 must be installed.
- Running
yarn
ornpm install
in the components's root directory will install everything you need for development.
yarn lint
will lint thesrc
folder
yarn build
will build the plugin to be ready to use.
Node.js >= v4 must be installed.
yarn
or npm install
in the components's root directory will install everything you need for development.yarn lint
will lint the src
folderyarn build
will build the plugin to be ready to use.