基于vue2 + vue-router + vuex
而组成的多页配置实例
多页实例中包含 纯单页, 基于 vue-router 的单页, 基于 vue-router + vuex 的单页, 多种模式自由组合
在 module 文件夹中只留一个模块, 就变成 纯SPA
所有模块均带修改head里的title, 所有模块也都包含ajax
例子, 任何不带ajax
的例子都是耍流氓
vuex模块带有懒加载
DEMO: http://old.mmxiaowu.com/vue2-multiple-entry/index
fork demo
$ git clone
// 安装依赖
$ yarn
// 生产模式
$ yarn build
// 开发模式
$ yarn serve
// eslint 检测
$ yarn lint
访问: http://localhost:8086/index