Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
public | ||
script | ||
src | ||
.env.ps | ||
.gitignore | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
vue.config.js | ||
yarn.lock |
README.md
smx-vue-template
第一步
npm install
启动服务
npm run serve
生产编译
npm run build 普通多页面编译,所有独有资源不具体区分
npm run build-s 分离多页面编译,所有独有资源分离存放
vue脚手架配置
注意事项: 在build-s分离编译模式下,不支持publicPath的'./'和''配置(资源路径会出现问题).