This package contains a boilerplate to implement Cubbles components using vanilla javascript.
$ git clone https://github.com/cubblesmasters/vanilla.git <your-package-name>
$ git remote rm origin
$ git remote add origin git@github.com:<your-git>/<your-package-name>.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
$ npm init
...
Now it's yours ... have fun ;-).
This boilerplate includes a set of scripts to build, locally deploy, validate and upload your webpackages using npm as follows:
npm run [script-name]
Also, you can install ntl globally and then run it to access the scripts as shown below:
$ ntl
✔ Npm Task List - v3.0.0
? Select a task to run: (Use arrow keys)
❯ build
build:watch
build:prod
clean
upload
upload:prod
validate-manifest
(Move up and down to reveal more choices)
For more information about available scripts check this.