The Wayback Machine - https://web.archive.org/web/20210821183813/https://github.com/surmon-china/angular-admin
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
e2e
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Angular logo       nodepress logo

DEPRECATED‼️

👉 The new admin project veact-admin

此项目已废弃,请关注 veact-admin


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
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