An open API service indexing awesome lists of open source software.

https://github.com/xulayen/angular-admin

基于ng1和Bootstrap的后台框架,技术很老了,不喜勿喷
https://github.com/xulayen/angular-admin

angular1 bootstrap

Last synced: 4 months ago
JSON representation

基于ng1和Bootstrap的后台框架,技术很老了,不喜勿喷

Awesome Lists containing this project

README

          

# Use Grunt and Bower

``` bash

install node.js
go to the app root

>npm install -g grunt-cli
>npm install
>grunt bower-install
>grunt build:dev
>grunt build:dist
>npm start

```