/vue-pages

基于VUX搭建的Vue多页面结构框架

Primary LanguageJavaScript

vue-pages-demo

A Vue.js project

Build Setup

更改文件有 config/index.js build/webpack.base.conf.js build/webpack.dev.conf.js build/webpack.prod.conf.js
另外,src下增加了pages目录,页面目录需要重新构建,并且不能使用vue-router 只能使用传统a链接的方式跳转(该项功能待优化)

# 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 detailed explanation on how things work, checkout the guide and docs for vue-loader.