/baidupcs-web

Primary LanguageVueMIT LicenseMIT

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