# upload-front **Repository Path**: Hekliu/upload-front ## Basic Information - **Project Name**: upload-front - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-04-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前端源码 ## #### Build Setup ``` bash # 安装依赖 npm install 如果install时出现npm error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。要解决此问题,1)... # 全局安装windows构建工具,管理员权限运行 npm install -g windows-build-tools # 启动服务 localhost:8013 npm run dev # 构建生产环境 npm run build ```