Skip to content

Commit

Permalink
bump to v1.0.0-alpha.12
Browse files Browse the repository at this point in the history
- decouple bootstrap-layout
- remove webpack build system
- add gulp build system
- move ./src/sass to ./sass
  • Loading branch information
lazabogdan committed May 13, 2016
1 parent 2a1657c commit ebf00c5
Show file tree
Hide file tree
Showing 51 changed files with 82 additions and 3,292 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
node_modules/
demo/dist/
dist/*.map
27 changes: 23 additions & 4 deletions README.md
@@ -1,7 +1,26 @@
# AdminPlus Lite Bootstrap Theme
# AdminPlus Lite

[![npm version](https://badge.fury.io/js/adminplus.svg)](https://badge.fury.io/js/adminplus)

AdminPlus Lite Bootstrap Theme extends Bootstrap 4 with awesome premium features, custom elements, sidebar navigation and a modern theme that's easy to use in any Bootstrap project.
> Bootstrap 4.0.0-alpha.2 build with a custom theme.
### Templates
> Premium HTML templates using AdminPlus Lite.
- [AdminPlus - Bootstrap 4 Admin Template](http://themeforest.net/item/adminplus-premium-bootstrap-4-admin-dashboard/14601290?ref=mosaicpro)
- [LearnPlus - Learning Management Application](http://themeforest.net/item/learnplus-learning-management-application/15287372?ref=mosaicpro)

### Boilerplates
> Project starter setups using AdminPlus Lite and [Bootstrap Layout](https://github.com/themekit/bootstrap-layout).
- [adminplus-boilerplate-npm](https://github.com/themekit/adminplus-boilerplate-npm) - Basic npm setup (no build system)
- [adminplus-boilerplate-gulp](https://github.com/themekit/adminplus-boilerplate-gulp) - Basic gulp setup (compile Sass, import Sass files from npm packages, customize colors)
- [adminplus-boilerplate-gulp-advanced](https://github.com/themekit/adminplus-boilerplate-gulp-advanced) - Advanced gulp setup (compile Sass, import Sass files from npm packages, customize colors, minify CSS, autoprefixer, sourcemaps, browserify module system, file watchers)
- [adminplus-boilerplate-laravel](https://github.com/themekit/adminplus-boilerplate-laravel) - **Laravel** application setup (gulp, Laravel Elixir, Sass, browserify)
- [adminplus-boilerplate-rails](https://github.com/themekit/adminplus-boilerplate-rails) - **Rails** application setup
- [adminplus-boilerplate-vue](https://github.com/themekit/adminplus-boilerplate-vue) - **Vue.js** application setup

---

## Demos & documentation
See the [AdminPlus Lite](http://adminplus.themekit.io) website.
## Get help
Get help directly from our team via our Slack channel. [Request invite](http://themekit-slack-invite.stamplayapp.com/)
2 changes: 0 additions & 2 deletions demo/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions demo/dist/200.html

This file was deleted.

1 change: 0 additions & 1 deletion demo/dist/CNAME

This file was deleted.

60 changes: 0 additions & 60 deletions demo/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions demo/src/build/webpack.config.dev.js

This file was deleted.

22 changes: 0 additions & 22 deletions demo/src/build/webpack.config.js

This file was deleted.

2 changes: 0 additions & 2 deletions demo/src/build/webpack.config.production.js

This file was deleted.

25 changes: 0 additions & 25 deletions demo/src/index.js

This file was deleted.

57 changes: 0 additions & 57 deletions demo/src/router.js

This file was deleted.

2 changes: 0 additions & 2 deletions demo/src/sass/_common.scss

This file was deleted.

45 changes: 0 additions & 45 deletions demo/src/sass/_docs.scss

This file was deleted.

0 comments on commit ebf00c5

Please sign in to comment.