From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/nprogress/Notes.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 node_modules/nprogress/Notes.md (limited to 'node_modules/nprogress/Notes.md') diff --git a/node_modules/nprogress/Notes.md b/node_modules/nprogress/Notes.md new file mode 100644 index 00000000..3956c416 --- /dev/null +++ b/node_modules/nprogress/Notes.md @@ -0,0 +1,25 @@ +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 -- cgit v1.2.3