Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 3.05 KB

README.md

File metadata and controls

66 lines (46 loc) · 3.05 KB

Angular logo       nodepress logo

Angular Admin

nodepress GitHub stars GitHub issues GitHub Workflow Status GitHub license

Admin client for surmon.me blog, powered by Angular and Bootstrap4.

适用于 surmon.me 管理员后台的前端应用,使用 AngularBootstrap4 进行开发。

The project forked from ng2-admin. 项目原始来自 ng2-admin

其他相关项目:

更新记录:CHANGELOG.md

Screenshot

Development setup

# install dependencies
npm ci

# serve with hot reload at localhost:4200 
npm run dev

# lint
npm run lint

# test
npm run test
npm run e2e

# build
npm run build

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