Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 435 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 435 Bytes

vue-cli3-multipage

a vue cli3 multipage template

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

我们默认开启了自动打开浏览器,不需要的可以关闭,访问方式:

http://localhost:8080/page1.html
http://localhost:8080/page2.html

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint