Jaimerh / ng-alain

ng-zorro-antd admin panel front-end framework

Home Page:https://cipchk.github.io/ng-alain/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-alain

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

更多信息见中文 README

DEMO

VERSION

0.0.1-alpha.3

Quick start

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

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

# change directory
cd ng-alain

# install npm package
# in china please use cnpm (https://github.com/cnpm/cnpm)
npm install

# start the serve
npm start

# use HMR
npm run serve:hmr

Guide Lines

Features

  • ng-zorro-antd based
  • Responsive Layout
  • I18n
  • Lazy load Assets
  • UI Router States
  • Multiple color options
  • SCSS preprocessor
  • Well organized & commented code
  • Simple upgrade
  • Hot Module Replacement

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

https://cipchk.github.io/ng-alain/

License:MIT License


Languages

Language:JavaScript 68.3%Language:HTML 15.8%Language:CSS 8.2%Language:TypeScript 7.7%