Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
/ angular-admin Public archive

🔏 Admin panel for surmon.me, built with @angular and Bootstrap 4.

License

Notifications You must be signed in to change notification settings

surmon-china/angular-admin

Repository files navigation

Angular logo

Angular Admin

nodepress   GitHub stars   GitHub issues   GitHub license

⚠️ This project has been deprecated!

Please use the new admin project instead: surmon.me.admin


An admin panel for surmon.me, built with Angular and Bootstrap 4.

适用于 surmon.me 的后台管理系统(旧版),使用 AngularBootstrap 4 进行开发。

CHANGELOG.md

Related projects

This project was originally forked from ng2-admin. 项目最初基于 ng2-admin

Screenshot

Development setup

# install dependencies
yarn

# serve with hot reload at localhost:4200 
yarn dev

# lint
yarn lint

# test
yarn test
yarn e2e

# build
yarn build

# CD (local build)
yarn local:build:tar
# CD (remote deploy)
yarn local:deploy

Actions setup

Rule:

  • any PR openCI:Build test
  • master PR close & mergedCI:Deploy to server

Example:

  • local:develop(local:build:tar)remote:developCI:Build test
  • remote:develop/masterremote:mastermergedCI:Deploy to server