https://github.com/roundpartner/yii-angular2-dashboard
Dashboard Widget Components
https://github.com/roundpartner/yii-angular2-dashboard
Last synced: about 1 month ago
JSON representation
Dashboard Widget Components
- Host: GitHub
- URL: https://github.com/roundpartner/yii-angular2-dashboard
- Owner: roundpartner
- Created: 2016-03-20T18:12:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T16:09:35.000Z (about 10 years ago)
- Last Synced: 2025-03-03T01:31:43.684Z (over 1 year ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yii-angular2-dashboard
Dashboard Widget Components
## Development
### Installation
Install dependencies for development and testing
```bash
npm install
composer install
```
### Building
Run gulp to build the distribution for testing
```bash
gulp
```