fan0987 045db96915 修改变更中标公告内容展示部分 2 hafta önce
..
public 1e2dd58fed 操作录制 2 ay önce
src 045db96915 修改变更中标公告内容展示部分 2 hafta önce
.browserslistrc d16fd48ccf 招投标UI 7 ay önce
.env.development d16fd48ccf 招投标UI 7 ay önce
.env.dong 6ad68bcb6d 开票 6 ay önce
.env.production d16fd48ccf 招投标UI 7 ay önce
.env.zhou a1694ccf36 no message 4 ay önce
.gitignore d16fd48ccf 招投标UI 7 ay önce
README.md 4876741e59 1 7 ay önce
babel.config.js d16fd48ccf 招投标UI 7 ay önce
jsconfig.json d16fd48ccf 招投标UI 7 ay önce
package-lock.json 1e2dd58fed 操作录制 2 ay önce
package.json 1e2dd58fed 操作录制 2 ay önce
vue.config.js 3d34a19514 关闭全屏错误弹窗 6 ay önce

README.md

开发

conda create -n nodejs16.6.1 nodejs=16.6.1

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod