0.2.0 • Published 5 years ago
wl-plugin-demo v0.2.0
hello-world
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lintCustomize configuration
注意: 如果修改publicPath前面路径的话,需要对应修改util/htmlReplace.js 里面的 let regCss = new RegExp('/dist/css/' + name + '', 'g');let regJs = new RegExp('/dist/js/' + name + '', 'g');dist 改成 对应的名字