Skip to content

surmon-china/veact-admin

Repository files navigation

veact-admin

nodepress   veact   GitHub stars   GitHub issues   GitHub license

Admin client for surmon.me blog, powered by React and Veact.

适用于 surmon.me 博客的管理员后台应用,使用 ReactVeact 进行开发。

在线预览:Online demo site


其他 相关项目

Screenshot

Development setup

# 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:Deployrelease to product branch (release / demo)