Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 473 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 473 Bytes

vue-multi-pages

vue multi pages build

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run serve

Start an http-server to view the results

npm run web

启动http-server后可更改地址查看页面打包是否成功,端口可在package.json script 修改

http://127.0.0.1:4000/index

http://127.0.0.1:4000/page2

http://127.0.0.1:4000/page3