@shirazsoft/adminpack
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@shirazsoft/adminpack", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Free SCSS admin template to make admin panel with bootstrap.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,3 +0,15 @@ | ||
# adminpack | ||
# Admin Pack | ||
Free SCSS admin template to make admin panel with bootstrap. | ||
AdminPack is base on Vali-Admin. | ||
## Installation | ||
Add following line to your SCSS. | ||
```scss | ||
@import "variables"; | ||
@import "~bootstrap/scss/bootstrap"; | ||
@import "~@shirazsoft/adminpack/src/scss/main"; | ||
``` | ||
Add following line to your JavaScript. | ||
```javascript | ||
require('@shirazsoft/adminpack/src/js/main'); | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14277
15