Skip to content

最新版的angular 增删改查,UI为蚂蚁金服ng-alain,ant-zorro 框架

License

Notifications You must be signed in to change notification settings

tanbinh123/angular6-admin

 
 

Repository files navigation

Build Status Dependency Status NPM version NPM version prettier

angular6-admin

最新版的angular 增删改查,UI为蚂蚁金服ng-alain,ant-zorro 框架

ng-alain

Ng-zorro-antd admin panel front-end framework.

更多信息见中文 README

DEMO

Quick start

There are two ways to install:

Use the Command Line

ng new demo --style less
cd demo
ng add ng-alain
ng serve

Please refer to [Cli] (http://ng-alain.com/cli) for more details.

Clone the Git Repository

# --depth 1 removes all but one .git commit history
$ git clone --depth=1 https://github.com/cipchk/ng-alain.git my-project

# change directory
cd my-project

# install npm package
npm install

# start the serve
npm start

# use HMR
npm run serve:hmr

[vscode] recommended install ng-zorro-vscode plugins, that includes nz-alain-* snippets.

Links

Features

  • ng-zorro-antd based
  • Responsive Layout
  • I18n
  • @delon
  • Lazy load Assets
  • UI Router States
  • Customize Theme
  • Less preprocessor
  • Well organized & commented code
  • Simple upgrade
  • Support Docker deploy

用户列表

用户编辑

License

The MIT License (see the LICENSE file for the full text)

About

最新版的angular 增删改查,UI为蚂蚁金服ng-alain,ant-zorro 框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.7%
  • HTML 23.5%
  • CSS 2.7%
  • JavaScript 1.5%
  • Dockerfile 0.6%