ng2 admin master theme, build with angular-cli, compile with bootstrap 、ng2-charts and ng2-smart-table. Special Admin Theme for small, medium and large webapp with very clean and aesthetic style and feel.
1 Install node.js and angular-cli
Download address:http://nodejs.cn/download/
node --version //check version of node
npm -v //check version of npm
install angular-cli
npm install -g @angular/cli
2 Download or clone codes from URL
3 Download packages
npm install
4 Run ng2 project
ng serve
or
npm start
5 Package and build your project
ng build
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
6 How to contact with author
email: [email protected]
wx: frank336699
7 How can I support developers?
Star our GitHub repo ⭐️
Create pull requests, submit bugs, suggest new features or documentation updates 🔧
8 More details please check blog:从无到有构建Angular2 后台管理系统的前端架构
You can enrich your application by add views、config routes and add plugins according to functions in the blog.