https://github.com/myronliu347/vue-multipage
Vue 多页面项目模板
https://github.com/myronliu347/vue-multipage
vuejs2 webpack
Last synced: over 1 year ago
JSON representation
Vue 多页面项目模板
- Host: GitHub
- URL: https://github.com/myronliu347/vue-multipage
- Owner: myronliu347
- Created: 2017-02-11T05:50:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T05:51:35.000Z (over 9 years ago)
- Last Synced: 2025-03-21T04:41:32.602Z (over 1 year ago)
- Topics: vuejs2, webpack
- Language: JavaScript
- Size: 56.6 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-multipage
> vue 多页面模板
## Build Setup
``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).