vue-more-pages
多页面vue项目,打包后每个页面也单独文件夹
File Explorer
Download Latest Version (.zip)- favicon.ico
- logo.png
- HelloWorld.vue
- ceshi2.html
- ceshi2.js
- ceshi2.vue
- index.html
- index.js
- index.vue
- cssCopy.js
- getPages.js
- htmlReplace.js
- jsCopy.js
- .gitignore
- babel.config.js
- package-lock.json
- package.json
- README.md
- server.js
- vue.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/seizeDev/vue-more-pages
Downloads the entire project code from GitHub to your computer.
cd vue-more-pages
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run serve
Type this command into your terminal and run it.
npm run build
Builds optimized production files.
npm run test
Type this command into your terminal and run it.
npm run lint
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
