Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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。

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/).