# 弹幕视频网站前端 **Repository Path**: z_j_l/danmuFE ## Basic Information - **Project Name**: 弹幕视频网站前端 - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-09-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test [项目地址](http://47.98.232.57/#/). [后端地址](https://gitee.com/wzmgit/danmuBackend) ## 项目初始化 ``` npm install ``` ### 编译运行 ``` npm run serve ``` ### 编译打包 ``` npm run build ``` ### ESLint 格式化代码 ``` npm run lint ```