# VariantAdmin **Repository Path**: baobeiziqi/VariantAdmin ## Basic Information - **Project Name**: VariantAdmin - **Description**: Admin UI of VDP Project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 26 - **Created**: 2021-03-01 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VariantAdmin ## Admin UI of VDP project 在线演示:http://120.92.142.115:8080/ 语雀文档:https://www.yuque.com/variantdev/atxy8t 掘金文章汇总:https://juejin.cn/user/2076298067593629/posts QQ技术交流群号:836657858 --- #### 1.安装依赖包 ``` npm install ``` #### 2.开发模式运行 提示:如果本地没有部署后端服务,可以使用演示版本的API接口,修改src/setting.js文件,将serverUrl改为'http://120.92.142.115:8080' ``` npm run serve ``` #### 3.打包用于生产环境 ``` npm run build ```