Admin client for surmon.me blog, powered by React
and Veact
.
适用于 surmon.me 博客的管理员后台应用,使用 React
和 Veact
进行开发。
在线预览:Online demo site
其他 相关项目:
- nodepress - RESTful API service for Blog | 博客服务端
- surmon.me - SSR blog website | 博客前端
- surmon.me.native - Blog native app | 博客 App
# 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
Rule:
- Any PR opend →
CI:Build test
- New tag
v*
→CI:Create Release
- Release created →
CI:Deploy
→release to product branch (release / demo)