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的后台框架,技术很老了,不喜勿喷
- Host: GitHub
- URL: https://github.com/xulayen/angular-admin
- Owner: xulayen
- Created: 2018-06-08T06:16:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T06:30:20.000Z (about 8 years ago)
- Last Synced: 2025-02-25T14:51:51.984Z (over 1 year ago)
- Topics: angular1, bootstrap
- Language: HTML
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```