# FunAnime-Frontend **Repository Path**: strwei/FunAnime-Frontend ## Basic Information - **Project Name**: FunAnime-Frontend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FunAnime-Frontend 仿B站设计的弹幕视频网站,初步为了毕业设计,后期可能继续完善上线投入正式使用什么的也有可能啦。 本项目为前端,服务端项目[在这儿](https://github.com/wangsin/FunAnime-Server)。 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).