微信
yuantianjiao 6b947233c6 ytj il y a 6 ans
public 2.0.1 il y a 6 ans
src ytj il y a 6 ans
.browserslistrc 框架大换血 il y a 6 ans
.eslintrc.js 框架大换血 il y a 6 ans
.gitignore 框架大换血 il y a 6 ans
.postcssrc.js 框架大换血 il y a 6 ans
.prettierrc 框架大换血 il y a 6 ans
README.md 框架大换血 il y a 6 ans
babel.config.js 框架大换血 il y a 6 ans
package-lock.json xcx il y a 6 ans
package.json bug修改 il y a 6 ans
server.js 框架大换血 il y a 6 ans
title.js ytj il y a 6 ans
vue.config.js 2.0.1 il y a 6 ans
yarn.lock 框架大换血 il y a 6 ans

README.md

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