Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 701 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 701 Bytes

BaiduPCS-Web

这个项目基于BaiduPCS-Go, 可以让你高效的使用百度云

avatar avatar avatar

腾讯视频: https://v.qq.com/x/page/e0774xoeatv.html

安装

// install dependencies
npm install

运行

开发环境

// For the first time, run init to create index.html
npm run init
npm run dev

生产环境(Build)

npm run build