Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surmon-china/surmon.admin
🔏 Admin client for surmon.me blog, powered by React & @veactjs
https://github.com/surmon-china/surmon.admin
admin-dashboard antd antd-admin-react blog-admin react react-admin react-admin-template veact veact-admin
Last synced: 8 days ago
JSON representation
🔏 Admin client for surmon.me blog, powered by React & @veactjs
- Host: GitHub
- URL: https://github.com/surmon-china/surmon.admin
- Owner: surmon-china
- License: mit
- Created: 2021-05-25T16:27:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T18:33:10.000Z (about 2 months ago)
- Last Synced: 2024-10-12T04:26:53.246Z (23 days ago)
- Topics: admin-dashboard, antd, antd-admin-react, blog-admin, react, react-admin, react-admin-template, veact, veact-admin
- Language: TypeScript
- Homepage: http://github.surmon.me/surmon.admin
- Size: 80 MB
- Stars: 64
- Watchers: 3
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# surmon.admin
[![nodepress](https://raw.githubusercontent.com/surmon-china/nodepress/main/badge.svg)](https://github.com/surmon-china/nodepress)
[![veact](https://img.shields.io/badge/WITH-VEACT-42a97a?style=for-the-badge&labelColor=35495d)](https://github.com/veactjs/veact)
[![GitHub stars](https://img.shields.io/github/stars/surmon-china/surmon.admin.svg?style=for-the-badge)](https://github.com/surmon-china/surmon.admin/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/surmon-china/surmon.admin.svg?style=for-the-badge)](https://github.com/surmon-china/surmon.admin/issues)
[![GitHub license](https://img.shields.io/github/license/surmon-china/surmon.admin.svg?style=for-the-badge)](/LICENSE)Admin client for [surmon.me](https://github.com/surmon-china/surmon.me) blog, powered by [`React`](https://github.com/facebook/react) and [`Veact`](https://github.com/veactjs/veact).
**适用于 [surmon.me](https://github.com/surmon-china/surmon.me) 博客的管理员后台应用,使用 [`React`](https://github.com/facebook/react) 和 [`Veact`](https://github.com/veactjs/veact) 进行开发。**
**在线预览:[Online demo site](https://github.surmon.me/surmon.admin)**
---
**其他 [相关项目](https://github.com/stars/surmon-china/lists/surmon-me):**
- **[nodepress](https://github.com/surmon-china/nodepress)** - RESTful API service for Blog | 博客服务端
- **[surmon.me](https://github.com/surmon-china/surmon.me)** - SSR blog website | 博客前端
- **[surmon.me.native](https://github.com/surmon-china/surmon.me.native)** - Blog native app | 博客 App## Screenshot
![](/screenhots/dashboard.png)
## Development setup
```bash
# install dependencies
pnpm i# serve with hot reload at localhost:4200
pnpm run dev# lint
pnpm run lint# build
pnpm run build# local preview
pnpm run serve
```## Actions setup
**Rule:**
- Any PR opend → `CI:Build test`
- New tag `v*` → `CI:Create Release`
- Release created → `CI:Deploy` → `release to product branch (release / demo)`