cloud-block
v0.0.1
Published
ng-zorro-antd admin panel front-end framework
Downloads
3
Readme
ng-alain
Ng-zorro-antd admin panel front-end framework.
更多信息见中文 README
Quick start
There are two ways to install:
Use the Command Line
Depend on @delon/cli
, How install?
ng new -c=@delon/cli my-app
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
Delon
delong is a production-ready solution for admin business components packages, Built on the design principles developed by Ant Design.
| package name | version | next version | | ------------ |:-----:|:----------:| | @delon/theme | | | | @delon/abc | | | | @delon/acl | | | | @delon/auth | | | | @delon/mock | | | | @delon/cache | | | | @delon/cli | | |
Architecture
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
- Support Electron packager(just via @delon/cli)
App Shots
Troubleshooting
Please follow this guidelines when reporting bugs and feature requests:
- Use GitHub Issues board to report bugs and feature requests (not our email address)
- 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)