基于vue-cli3的自动化多页面模板,可以各页面独立资源分文件夹编译和原生所有资源统一编译
Go to file
dependabot[bot] e8d6000b2f
Bump tar from 4.4.8 to 4.4.19
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.8...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 04:02:43 +00:00
public 修改测试页面 2019-12-18 16:08:52 +08:00
script 调整配置文件 2019-12-19 14:42:33 +08:00
src 修改测试页面 2019-12-18 16:08:52 +08:00
.env.ps 修改测试页面 2019-12-18 16:08:52 +08:00
.gitignore 修改测试页面 2019-12-18 16:08:52 +08:00
LICENSE Create LICENSE 2020-03-23 15:53:26 +08:00
README.md 调整配置文件 2019-12-19 14:42:33 +08:00
babel.config.js 修改测试页面 2019-12-18 16:08:52 +08:00
package-lock.json Bump tar from 4.4.8 to 4.4.19 2021-09-02 04:02:43 +00:00
package.json 添加信息 2019-12-19 14:44:46 +08:00
vue.config.js 调整配置文件 2019-12-19 14:42:33 +08:00
yarn.lock Bump tar from 4.4.8 to 4.4.19 2021-09-02 04:02:43 +00:00

README.md

smx-vue-template

第一步

npm install

启动服务

npm run serve

生产编译

npm run build    普通多页面编译,所有独有资源不具体区分
npm run build-s  分离多页面编译,所有独有资源分离存放

vue脚手架配置

配置参考

注意事项: 在build-s分离编译模式下,不支持publicPath的'./'和''配置(资源路径会出现问题).