Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

erhankilic/angularjs-adminlte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS AdminLTE

AngularJS AdminLTE is an AngularJS implemention for AdminLTE HTML Theme.

Installing

1- "npm install" (Node.Js required)

2- "bower install"

Commands

  • "gulp build" Builds the site under dist directory.
  • "gulp serve" Serves the site. You must run "gulp build" first because vendor files generates by this command.

Todos

  • Ckeditor gives error.
  • There is an error after login process
  • Lockscreen
  • Widgets (ongoing)
  • Pages Functionality
  • Theme settings on control sidebar
  • Implementing AngularUI Calendar
  • Updating mailbox

License

AngularJS AdminLTE is an open source project by Erhan Kılıç that is licensed under MPL-2.0.

Contribution

Contribution are always welcome and recommended! Here is how:

  • Fork the repository (here is the guide).
  • Clone to your machine git clone https://github.com/YOUR_USERNAME/angularjs-adminlte.git
  • Make your changes
  • Create a pull request