Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/changsz/blog-admin

博客后台管理系统
https://github.com/changsz/blog-admin

Last synced: 23 days ago
JSON representation

博客后台管理系统

Awesome Lists containing this project

README

        

# blog-admin

[blog](https://github.com/ChangSZ/blog) 后台管理系统

## Project setup
```bash
npm install
# node version: v16.20.1
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

页面效果:

登录: ![登录](./src/assets/images/bc-login.png)
注册: ![注册](./src/assets/images/bc-register.png)
首页: ![首页](./src/assets/images/bc-home.png)
列表: ![列表](./src/assets/images/bc-list.png)