/vue-mpa

Vue Multi-Pages Application

Primary LanguageJavaScript

vue-multi-pages

多页Vue,每个页面都是单页应用

页面写在./src/templates下;

添加页面时,在./build/pages.js中添加如下:

{ name: 'concat', entry: 'concat.js', template: 'concat.html' }

其他的和正常的Vue一样

Build Setup

# 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.