广实代谢重构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
593 B

4 months ago
# 病原数据项目简介
## 设计图
https://nv3dpiclr7.feishu.cn/docx/Y3c0dj64TowO8KxhxbvcCniCnhd
## 需求讨论
https://nv3dpiclr7.feishu.cn/docx/Y3c0dj64TowO8KxhxbvcCniCnhd
## 环境
`node>16`
## 基础包列表
`axios` `dayjs` `echarts` `element-plus` `lodash``nprogress` `pinia` `vue3` `vue-i18n` `vite5`
## 项目启动
- //安装依赖包
```
npm install
```
- //开发环境
```
npm run dev
```
- //开发前准备
```
需要将src/assets下的mapdata解压下方可使用,解压后目录层级示例为src/assets/mapdata/provinces
```
- //打包
```
npm run build
```