# virtualhuman **Repository Path**: foway/virtualhuman ## Basic Information - **Project Name**: virtualhuman - **Description**: 虚拟人合成,具有元素拖动功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-05 - **Last Updated**: 2023-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # virtualHome 虚拟人前端 # video ## 初始化项目 ``` npm install ``` ### 启动本地服务 ``` npm run serve ``` ### 打包dist文件 ``` npm run build ``` ### 开启测试 ``` npm run lint ``` ### 使用技术栈 ``` node建议版本:V17.7.0 "axios": "^1.1.3", "core-js": "^3.8.3", "element-ui": "^2.15.10", "fuse.js": "^3.4.4", "js-cookie": "^3.0.1", "nprogress": "^0.2.0", "screenfull": "^6.0.2", "vue": "^2.6.14", "vue-draggable-resizable": "^2.3.0", "vue-i18n": "^7.3.2", "vue-router": "^3.5.1", "vuex": "^3.6.2" ```