Go to file
z.zhang f5e11d8889 first commit 2026-07-21 11:51:25 +08:00
build first commit 2026-07-21 11:51:25 +08:00
public first commit 2026-07-21 11:51:25 +08:00
src first commit 2026-07-21 11:51:25 +08:00
.editorconfig first commit 2026-07-21 11:51:25 +08:00
.env.production first commit 2026-07-21 11:51:25 +08:00
.eslintrc.js first commit 2026-07-21 11:51:25 +08:00
.gitlab-ci.yml first commit 2026-07-21 11:51:25 +08:00
.npmrc first commit 2026-07-21 11:51:25 +08:00
.rancher-pipeline.yml first commit 2026-07-21 11:51:25 +08:00
Dockerfile first commit 2026-07-21 11:51:25 +08:00
README.md first commit 2026-07-21 11:51:25 +08:00
babel.config.js first commit 2026-07-21 11:51:25 +08:00
deployment.yaml first commit 2026-07-21 11:51:25 +08:00
package-lock.json first commit 2026-07-21 11:51:25 +08:00
package.json first commit 2026-07-21 11:51:25 +08:00
vue.config.js first commit 2026-07-21 11:51:25 +08:00
webpack.config.js first commit 2026-07-21 11:51:25 +08:00

README.md

MES前端-ant

安装依赖

npm install 或者 cnpm install 或者 yarn install

运行项目

npm run serve

项目打包

npm run build

组件库

ant.design vue版

组件库文档

https://vue.ant.design/docs/vue/introduce-cn/

安装方法

需要将根目录的.env.local.rename文件创建副本,将副本命名为.env.local 将IP改为服务端IP.