/FunAnime-Frontend

仿B站 FunAnime弹幕视频网站 前端

Primary LanguageVue

FunAnime-Frontend

仿B站设计的弹幕视频网站,初步为了毕业设计,后期可能继续完善上线投入正式使用什么的也有可能啦。

本项目为前端,服务端项目在这儿

Build Setup

# 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 and docs for vue-loader.