Nincs leírás

oylj 6de83593b6 车位住址查询 2 éve
bin 9a43a85197 zuixin 3 éve
build 9a43a85197 zuixin 3 éve
public 25d3ff3620 本地端部署修改 2 éve
src 6de83593b6 车位住址查询 2 éve
static 9a43a85197 zuixin 3 éve
.editorconfig 9a43a85197 zuixin 3 éve
.env.development 9a43a85197 zuixin 3 éve
.env.production a38fefe9cf 20230208 2 éve
.env.staging 9a43a85197 zuixin 3 éve
.eslintignore 9a43a85197 zuixin 3 éve
.eslintrc.js 9a43a85197 zuixin 3 éve
.gitignore 9a43a85197 zuixin 3 éve
README.md c7352363dc 20230112 2 éve
babel.config.js 9a43a85197 zuixin 3 éve
package.json 9a43a85197 zuixin 3 éve
vue.config.js 6de83593b6 车位住址查询 2 éve

README.md

开发

# 克隆项目
git clone http://121.37.134.170:3000/ouyang/tcc_12_05.git


# 安装依赖
npm i --legacy-peer-deps


# 启动服务
npm run dev

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

发布

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

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