X Cloud Disk is a cloud disk system developed based on Spring Cloud Alibaba and Spring Boot + Vue. It adopts front-end and back-end separation architecture, microservice architecture, and is adapted to mobile layout. This part is a front-end project and requires the support of a back-end interface.
User registration and login, personal file storage, file management (upload, download, view and classified display, rename, delete) and other functions, folder management (view, create, delete, rename, included files), support keyword search user Files, supports online file browsing and sharing/downloading temporary files.
Website address: http://pan.wenyo.top
Microservices: Spring Cloud Alibaba, Nacos, Gateway, Ribbon, OpenFeign, Sentinel, Seata
# install dependencies
npm install
# build for production with minification
npm run build
# serve with hot reload at localhost:8080
npm run dev
# build for production and view the bundle analyzer report
npm run build --report