Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 817 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 817 Bytes

kdb

original repo https://github.com/taoziUncle/ng2-admin-master.git

kdb, build with angular-cli, compile with bootstrap 、ng2-charts and ng2-smart-table.

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 can I support developers?

Star our GitHub repo ⭐️
Create pull requests, submit bugs, suggest new features or documentation updates 🔧