微信
yuantianjiao 63f360c1c0 框架大换血 6 yıl önce
public 框架大换血 6 yıl önce
src 框架大换血 6 yıl önce
.browserslistrc 框架大换血 6 yıl önce
.eslintrc.js 框架大换血 6 yıl önce
.gitignore 框架大换血 6 yıl önce
.postcssrc.js 框架大换血 6 yıl önce
.prettierrc 框架大换血 6 yıl önce
README.md 框架大换血 6 yıl önce
babel.config.js 框架大换血 6 yıl önce
package-lock.json 框架大换血 6 yıl önce
package.json 框架大换血 6 yıl önce
server.js 框架大换血 6 yıl önce
title.js 框架大换血 6 yıl önce
vue.config.js 框架大换血 6 yıl önce
yarn.lock 框架大换血 6 yıl önce

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