Skip to content

Repository containing sample artifacts using the vanilla-boilerplate

Notifications You must be signed in to change notification settings

iCubbles/my-currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@cubbles/vanilla-boilerplate

This package contains a boilerplate to implement Cubbles components using vanilla javascript.

Setup YOUR package on top of this template

Step 1: GIT - Clone

$ git clone https://github.com/cubblesmasters/vanilla.git <your-package-name>

Step 2: GIT - Change the origin

$ 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

Step 3: NPM - Init the package for your purposes

$ npm init
...

Now it's yours ... have fun ;-).

Development scripts

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.

About

Repository containing sample artifacts using the vanilla-boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published