这个demo展示了前端主流框架Vue的基础知识,包括: 基础指令,生命周期,路由,组件基础,组件封装,状态管理,全局变量,全局方法,组件之间方法调用等...
Vue.js
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report