a Boilerplate for mobile SPAs use vue, vuex, vue-router
Check out Demonstrations and README for UI Components
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# eslint, stylelint, unit and e2e test
npm test
# compile files for production
npm run compile
# test, clean, and compile
npm run build
# generate demo site and push to gh-pages
npm run docs
# push modifications to github
npm run push
Use generator-x to get a clean and clear copy without demonstrations
# install yo and generator-x as a global module
npm install -g yo
npm install -g generator-x
# generate code under project
cd <your-awesome-project>
yo x