PHP Classes

File: vendors/gentelella/vendors/nprogress/Notes.md

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/nprogress/Notes.md   Download  
File: vendors/gentelella/vendors/nprogress/Notes.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 517 bytes
 

Contents

Class file image Download

Testing

$ npm install
$ npm test

or try it out in the browser:

$ open test/index.html

Testing component build

$ component install
$ component build
$ open test/component.html

Releasing

$ npm test
$ bump *.json nprogress.js          # bump version numbers
$ git release 0.1.1                 # release to bower/github
$ npm publish                       # release to npm
$ git push origin master:gh-pages   # update the site