Back to rankings
Plortinus/vue-multiple-pages
VueA multiple Pages Starter use Vue-cli3
vueelementuimanagement-systemvue-cliwebpackwebpack3webpack4
Key Metrics
Star Growth
Stars
1.1k
Forks
271
Weekly Growth
—
Issues
5
5001k
Sep 2016Apr 2018Dec 2019Aug 2021Apr 2023Nov 2024Jul 2026
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
Related repositories