Mammoth777 / multiple-page-vue

vue多页面+路由history模式

Home Page:https://segmentfault.com/n/1330000015475464

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue 多页面+history路由

vue 模版, 配置了多个页面(src/modules) 和 路由的 history 模式.
本地的devserver配置了 historyApiFallback, 把 /boss rewrite到 boss.html; 生产环境中, 服务端需要注意配合配置;

ps: 项目里顺手装了iview

详情写在sf了

Build Setup

clone项目到本地

# 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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

vue多页面+路由history模式

https://segmentfault.com/n/1330000015475464


Languages

Language:JavaScript 83.1%Language:Vue 13.5%Language:HTML 3.3%