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.
|
4 months ago | |
---|---|---|
public | 4 months ago | |
src | 4 months ago | |
.gitignore | 4 months ago | |
.gitmodules | 4 months ago | |
README.md | 4 months ago | |
index.html | 4 months ago | |
package.json | 4 months ago | |
vite.config.js | 4 months ago |
README.md
病原数据项目简介
设计图
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