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