Go to file
lin-xin 0a559ca1b5 Merge branch 'master' of https://github.com/lin-xin/h5works 2016-11-30 15:10:16 +08:00
build first commit 2016-11-30 14:54:30 +08:00
config first commit 2016-11-30 14:54:30 +08:00
src first commit 2016-11-30 14:54:30 +08:00
static first commit 2016-11-30 14:54:30 +08:00
test/unit first commit 2016-11-30 14:54:30 +08:00
.babelrc first commit 2016-11-30 14:54:30 +08:00
.editorconfig first commit 2016-11-30 14:54:30 +08:00
.gitignore first commit 2016-11-30 14:54:30 +08:00
README.md first commit 2016-11-30 14:54:30 +08:00
index.html first commit 2016-11-30 14:54:30 +08:00
package.json first commit 2016-11-30 14:54:30 +08:00

README.md

h5works

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.