Aucune description

linchengzhe d81c523282 feat:需求迭代 il y a 2 mois
public 98cd8d9e2d fix:修复模版html资源引用路径 il y a 1 an
src d81c523282 feat:需求迭代 il y a 2 mois
tests 84a440b0cb first commit il y a 3 ans
.env 61348c0f72 校验token il y a 3 ans
.env.dev 2ceca0f8a7 场景库管理+单个场景列表优化 il y a 2 ans
.eslintrc.js 84a440b0cb first commit il y a 3 ans
.gitignore e63ee72969 env il y a 3 ans
Dockerfile 218e5cacd5 feat:dockerfile文件 il y a 2 mois
babel.config.js 84a440b0cb first commit il y a 3 ans
cypress.json 84a440b0cb first commit il y a 3 ans
package-lock.json 8ca774bbb2 feat:添加标准化报告 il y a 1 an
package.json 8ca774bbb2 feat:添加标准化报告 il y a 1 an
readme.md 2bb24efb2a commit il y a 7 mois
vue.config.js 7a7e1cb687 feat:需求迭代 il y a 2 mois
yarn.lock 1c37d18c37 feat:多模式仿真接口地址修改 il y a 1 an

readme.md

simulation-front

注意事项

  • 不要提交 package-lock.json 和 yarn.lock

启动过程

1. 安装 node 16.x(例如16.20.1)
2. npm config get registry
3. npm config set registry https://registry.npmmirror.com
4. 安装依赖:npm install

本地启动

npm run serve

打包dist

npm run build