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

Latest commit

 

History

History
36 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.16 KB

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