https://github.com/canyuegongzi/simple-file-center-web
基于七牛云的、文件管理系统前端
https://github.com/canyuegongzi/simple-file-center-web
node qiniu qiniu-uploader typescript vue
Last synced: about 1 month ago
JSON representation
基于七牛云的、文件管理系统前端
- Host: GitHub
- URL: https://github.com/canyuegongzi/simple-file-center-web
- Owner: canyuegongzi
- Created: 2020-02-21T02:35:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T17:54:03.000Z (about 2 years ago)
- Last Synced: 2025-03-29T00:51:19.472Z (about 2 months ago)
- Topics: node, qiniu, qiniu-uploader, typescript, vue
- Language: Vue
- Homepage:
- Size: 2.51 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-user-center-web
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).