Skip to content

多页面vue项目,打包后每个页面也单独文件夹

Notifications You must be signed in to change notification settings

seizeDev/vue-more-pages

Repository files navigation

hello-world

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

注意: 如果修改publicPath前面路径的话,需要对应修改util/htmlReplace.js 里面的 let regCss = new RegExp('/dist/css/' + name + '', 'g');let regJs = new RegExp('/dist/js/' + name + '', 'g');dist 改成 对应的名字

About

多页面vue项目,打包后每个页面也单独文件夹

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •