@brudi/brudi-toolbox-next v0.3.0
brudi Toolbox NextJS Helper
Helper library for brudi Mesh next developers.
Installation
Install the package with
yarn add -D @brudi/brudi-toolbox-next
or
npm install --save-dev @brudi/brudi-toolbox-next
Development
Quickstart
To install dependencies with Yarn, run:
$ yarn installLinting
NOTE: The linter will run against everything in the lib directory.
JavaScript Linting
This assumes you have eslint and eslint-watch installed. If you don't, run the following:
$ yarn global add eslint eslint-watchTo run the linter once:
$ yarn lint:jsTo run the watch task:
$ yarn lint:js:watchBuild
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 NextJS Helper library. Nothing in lib gets shipped with the
published module.
Run once:
$ yarn buildRun the watch script:
$ yarn build:watchLicense
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago