README
Js base lib
A base for js libs
Setup
$ npm i
Make
development
To development environment, the navigator will open on http://localhost:9000/
. Refresh the page to load the changes.
$ npm run make:dev
dist
$ npm run make
Publish
$ npm publish