https://github.com/Plortinus/vue-multiple-pages
A multiple Pages Starter use Vue-cli3
https://github.com/Plortinus/vue-multiple-pages
elementui management-system vue vue-cli webpack webpack3 webpack4
Last synced: 8 months ago
JSON representation
A multiple Pages Starter use Vue-cli3
- Host: GitHub
- URL: https://github.com/Plortinus/vue-multiple-pages
- Owner: Plortinus
- Created: 2016-09-29T09:32:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T02:19:12.000Z (about 7 years ago)
- Last Synced: 2025-03-28T00:09:07.178Z (8 months ago)
- Topics: elementui, management-system, vue, vue-cli, webpack, webpack3, webpack4
- Language: Vue
- Homepage:
- Size: 207 KB
- Stars: 1,096
- Watchers: 54
- Forks: 271
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue-multiple-pages - A modern Vue.js multiple pages starter which uses Vue 2, Webpack2, and Element-UI (Components & Libraries / Scaffold)
- awesome-vue-refactor - vue-multiple-pages
- awesome-vue-zh - 多页Vue - 使用Vue 2ㄡWebPACK2和元素UI的现代Vue.JS多页启动程序 (脚手架 / 顾客)
- awesome-vue - vue-multiple-pages - A modern Vue.js multiple pages starter which uses Vue 2, Webpack2, and Element-UI (Scaffold / Client)
README
# vue-multiple-pages
## A multiple Pages Starter use Vue-cli3
## Project setup
download and:
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Modify Page Title
In the root folder `title.js`.
Code likes:
```
{
index: '主页',
'user/login': '登录',
'customer/home': '用户首页'
}
```
### More Config
[Vue-cli 3](https://cli.vuejs.org/)