symes-web/README.md

30 lines
419 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.