![]() |
il y a 2 ans | |
---|---|---|
.vscode | il y a 2 ans | |
build | il y a 2 ans | |
config | il y a 2 ans | |
src | il y a 2 ans | |
.babelrc | il y a 2 ans | |
.editorconfig | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.postcssrc.js | il y a 2 ans | |
.project | il y a 2 ans | |
README.md | il y a 2 ans | |
auto.bat | il y a 2 ans | |
favicon.ico | il y a 2 ans | |
package.json | il y a 2 ans |
# nodejs版本要求
v12.22.12
# 进入模板目录
cd supply-chain-h5
# 安装项目依赖,等待安装完成之后
npm install
# 本地开发
开启服务器,浏览器访问 http://localhost:9527
npm run dev
# 构建生产
// 执行构建命令,生成的dist文件夹放在服务器下即可访问
npm run build