https://github.com/zoroer/yourpan-fe
Yourpan-fe,一个网盘的web端,包含上传,下载等
https://github.com/zoroer/yourpan-fe
Last synced: 4 months ago
JSON representation
Yourpan-fe,一个网盘的web端,包含上传,下载等
- Host: GitHub
- URL: https://github.com/zoroer/yourpan-fe
- Owner: zoroer
- Created: 2023-01-08T14:17:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T14:32:02.000Z (over 3 years ago)
- Last Synced: 2025-04-04T01:28:39.502Z (over 1 year ago)
- Homepage:
- Size: 825 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yourpan-fe
## 安装使用
``` bash
# 安装依赖
npm install
# 本地开发
npm run dev
# 本地代理开发
npm run proxy
# 正式打包
npm run build
```
## 目录结构
```
|-- assets // 静态文件文件
| |-- logo.ico
|-- build // 打包文件
|-- config // webpack配置文件
|-- src // 项目代码
|-- api // 项目的api接口声明
| |-- api.js // 接口export
|-- common // 公用资源文件夹
| |-- public-source // 业务相关js
| |-- components // 公共组件
| |-- style // 跟css相关
| |-- utils // 工具库
|-- pages // 项目页面
|-- yourpage // 项目一
| |-- index.vue // 项目根vue
|-- router // 项目路由
|-- yourpage // 项目一
| |-- index.vue // 项目根vue
```
## License
This project is licensed under the [MIT license](./LICENSE).