Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 558 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 558 Bytes

Project Template for Vue.js and Browserify

Build Status

How to use this.

git clone [this repository]

Rename project name in package.json

npm install
npm start # or ./node_modules/.bin/gulp

Open http://localhost:8888

Write code ./index.js

test

npm test
# or
./node_modules/.bin/gulp test

Run test/client/**_test.js code with mocha on PhantomJS.

TODO

  • CI integration
  • component test