x netdisk cloud view
1.0.0
X 云盘是基于 Spring Cloud Alibaba、 Spring Boot + Vue 开发的云盘系统,采用前后端分离架构、微服务架构,且适配移动端布局。此部分为前端项目,需有后端接口的支持。
用户注册登录、个人文件存储、文件管理(上传、下载、查看以及分类展示、重命名、删除)等功能,文件夹管理(查看、新建、删除、重命名、收录文件),支持关键字搜索用户文件、支持在线浏览文件与分享/下载临时文件。
网站地址:http://pan.wenyo.top
微服务: 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