/plato

:heart: a Boilerplate for [mobile] SPAs use vue, vuex, vue-router

Primary LanguageVueMIT LicenseMIT

PLATO
Based on Vue 2.x

Travis Coveralls dependencies Status devDependencies Status

a Boilerplate for [mobile] SPAs using vue, vuex, vue-router
Check out Documentation, Demonstrations and UI Components

中文说明

Principles

Less is More

Entities must not be multiplied beyond necessity

Scaffolding

Vue CLI Template

Features

Usage

# switch npm registry mirror
npm run mirror:<sdp|tb|npm>

# install dependencies with mirrors
npm run init

# lock dependencies version
npm run lock

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

# eslint, stylelint, unit and e2e test
npm test

# test, clean, and compile
npm run build

# serve dist, like production
npm start

# generate demo site and push to gh-pages
npm run demo

# push modifications to github
npm run push

Browser Support

  • IE 9+
  • Chrome
  • Safari
  • Firefox
  • ...
  • Android 4+
  • iOS 7+

License

MIT