Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 171 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 171 Bytes

How to run

#####前端运行

cd bilibili-vue
npm install
npm run dev

######后端运行

cd bilibili-vue/bilibili-api
npm install
npm run dev