Skip to content

cnszlzl/ng-alain

 
 

Repository files navigation

Build Status Dependency Status NPM version

ng-alain

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

更多信息见中文 README

DEMO

Quick start

Make sure you have Node version >= 6.9.0 and NPM >= 3 or higher.

# clone a blank ng-alain repo, just only basic function
#   --depth 1 removes all but one .git commit history
git clone -b blank --depth 1 https://github.com/cipchk/ng-alain.git
# or full master branch
git clone --depth 1 https://github.com/cipchk/ng-alain.git

# change directory
cd ng-alain

# install npm package
npm install
# in china please use cnpm (https://github.com/cnpm/cnpm)
# cnpm 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
  • ACL
  • Lazy load Assets
  • UI Router States
  • Multiple color options
  • Less preprocessor
  • Well organized & commented code
  • Simple upgrade
  • Hot Module Replacement
  • Support Docker deploy

App Shots

desktop ipad iphone

Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

  1. Use GitHub Issues board to report bugs and feature requests (not our email address)
  2. Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

License

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

About

ng-zorro-antd admin panel front-end framework

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 54.3%
  • TypeScript 41.8%
  • CSS 3.6%
  • JavaScript 0.3%