Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/920232796/image_bed_vue
自己用vue写的的图床界面,使用element ui,下拉可以不断请求新数据。后端接收上传图片到阿里云oss。
https://github.com/920232796/image_bed_vue
Last synced: about 1 month ago
JSON representation
自己用vue写的的图床界面,使用element ui,下拉可以不断请求新数据。后端接收上传图片到阿里云oss。
- Host: GitHub
- URL: https://github.com/920232796/image_bed_vue
- Owner: 920232796
- Created: 2020-04-15T09:41:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:29:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:07:42.223Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 2.38 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image_bed
自己简单实现的一个图床系统。
# 项目截图
![image.png](https://blog-image-xzh.oss-cn-beijing.aliyuncs.com/bb48d19b-dc06-4e29-946b-a14c1595470d.png)## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).