# angular-admin **Repository Path**: code-lzx/angular-admin ## Basic Information - **Project Name**: angular-admin - **Description**: angular-admin / angular+bootstrap admin for blog - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-12 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# Angular Admin [](https://forthebadge.com) [](https://github.com/surmon-china/angular-admin/stargazers) [](https://github.com/surmon-china/angular-admin/issues) [](https://github.com/surmon-china/angular-admin) [](https://github.com/surmon-china/angular-admin) ## Introduction **Admin client for [surmon.me](https://github.com/surmon-china/surmon.me) blog, powered by [Angular](https://github.com/angular/angular) and [Bootstrap4](https://github.com/twbs/bootstrap).** **适用于 [surmon.me](https://github.com/surmon-china/surmon.me) 管理员后台的前端应用,使用 [Angular](https://github.com/angular/angular) 和 [Bootstrap4](https://github.com/twbs/bootstrap) 进行开发。** The project forked from [ng2-admin](https://akveo.github.io/ng2-admin/). 项目原始来自 [ng2-admin](https://akveo.github.io/ng2-admin/)。 **其他相关项目:** - **RESTful API service:** [nodepress](https://github.com/surmon-china/nodepress) powered by [nestjs](https://github.com/nestjs/nest) - **web client for user:** [surmon.me](https://github.com/surmon-china/surmon.me) powered by [Nuxt.js](https://github.com/nuxt/nuxt.js) - **native app client:** [surmon.me.native](https://github.com/surmon-china/surmon.me.native) powered by [react-native](https://github.com/facebook/react-native) **更新记录:[CHANGELOG.md](https://github.com/surmon-china/angular-admin/blob/master/CHANGELOG.md#changelog)** ## Screenshot  ## Development setup ```bash # 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 open` -> `CI:Build test` - `master PR close & merged` -> `CI:Deploy to server` **Example:** - `local:develop -> remote:develop` -> `CI:Build test` - `remote:develop/master -> remote:master -> merged` -> `CI:Deploy to server`