crossjs / plato

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

Home Page:http://plato.crossjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://plato.crossjs.com/

License:MIT License


Languages

Language:Vue 56.5%Language:JavaScript 36.9%Language:CSS 6.1%Language:HTML 0.3%Language:Shell 0.3%