# file-share-platform-vue **Repository Path**: x_msdn/file-share-platform-vue ## Basic Information - **Project Name**: file-share-platform-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-11 - **Last Updated**: 2021-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 教学资源共享平台前端项目 后端项目:https://github.com/wanderlustlee/file-share-platform **目前版本基于 `webpack 4.0+` 和 `vue-cli 3.x` 版本构建,需要 [Node.js](https://nodejs.org/) 8.9 或更高版本(推荐 8.11.0+),相关知识可以自行进官网进行了解** ### 安装 ``` # 安装依赖 npm install # 启动服务 npm run serve ```