Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 414 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 414 Bytes

Danmakuji-FrontEnd

当前完成功能

  1. 登录和注销
  2. 可搜索番剧弹幕
  3. 基本的拖拽或点击打开视频
  4. 出现错误等的提示

关于请求API的方法

所有请求API的方法写在了 /src/api/api.js 文件中

Dev

进入到项目根目录下,在命令提示符中输入以下命令:

npm install

npm run serve

Build

npm run build