/admin-angular

this is angular admin

Primary LanguageHTMLApache License 2.0Apache-2.0

admin-angular

this is angular admin

Admin v1.0.0 in AngularJS

This project is a port of the famous Free Admin Bootstrap Theme 屌炸天 管理中心 v1.0 to Angular Theme.

Find out more Free Angular Themes at admin-angular.

Precautions

Support Chrome >= 40
angular 1.4.7

Installation

####1. Clone this project or Download that ZIP file

$ git clone https://github.com/jiayisheji/admin-angular.git

####2. Make sure you have bower, grunt-cli and npm installed globally

$ sudo npm mirroring cnpm
$ sudo npm config set strict-ssl false
$ sudo npm install -g cnpm --registry=http://registry.npm.taobao.org/
$ sudo cnpm install xxxx  
 
```sh
$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower

####3. On the command prompt run the following commands

$ cd `project-directory`
  • bower install is ran from the postinstall
$ npm install 
  • a shortcut for grunt serve
$ npm start
  • a shortcut for grunt serve:dist to minify the files for deployment
$ npm run dist 

Note: If you get this following error,

Error: EACCES, permission denied '.config/configstore/insight-bower.yml'
You don't have access to this file.

changing ownner .config

sudo chown -R [user name] ~/.config

Roadmap

  • Add sample AJAX calls and make the directives more modular

Automation tools