Plortinus / vue-multiple-pages

A multiple Pages Starter use Vue-cli3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A multiple Pages Starter use Vue-cli3


Languages

Language:Vue 65.1%Language:JavaScript 28.8%Language:HTML 6.1%