Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changsz/blog-admin
博客后台管理系统
https://github.com/changsz/blog-admin
Last synced: 23 days ago
JSON representation
博客后台管理系统
- Host: GitHub
- URL: https://github.com/changsz/blog-admin
- Owner: ChangSZ
- Created: 2023-10-24T08:09:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T06:36:50.000Z (about 1 month ago)
- Last Synced: 2024-11-21T07:30:37.750Z (about 1 month ago)
- Language: Vue
- Size: 2.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)