forked from epicmaxco/vuestic-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/epicmaxco/vuestic-admin
# Conflicts: # src/components/statistics/progress-bars/ProgressBars.vue # src/components/vuestic-components/vuestic-tabs/VuesticTabs.vue
- Loading branch information
Showing
69 changed files
with
420 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017 Dream Support LLC | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
# vuejs-admin | ||
# Vuestic Admin Dashboard | ||
|
||
> Vue.js admin template | ||
Responsive admin dasboard template built with [Vue.js](https://vuejs.org) and [Bootstrap 4](https://v4-alpha.getbootstrap.com). Developed by [Epicmax](http://epicmax.co). Designed by [Vasili Savitski](https://github.com/xx13/) | ||
|
||
## Build Setup | ||
## Demo | ||
Check it out [live](http://vuestic.epicmax.co)! | ||
|
||
## Installation | ||
|
||
``` bash | ||
# install dependencies | ||
# clone the repo | ||
git clone https://github.com/epicmaxco/vuestic-admin.git | ||
|
||
# go into app's directory and install dependencies: | ||
cd vuestic-admin | ||
npm install | ||
|
||
# serve with hot reload at localhost:8080 | ||
|
@@ -18,4 +25,28 @@ npm run build | |
npm run build --report | ||
``` | ||
|
||
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). | ||
## Features | ||
* Vue.js | ||
* Bootstrap 4 | ||
* Webpack | ||
* Responsive layout | ||
* Charts (Chart.js) | ||
* Maps (Google, Leaflet, amMap) | ||
* Progress bars | ||
* Material forms with beautiful validation | ||
* 4 Form wizard types | ||
* Static tables and datatables | ||
* Login/signup pages templates | ||
* and many more! | ||
|
||
## How can I support developers? | ||
- Star our GitHub repo :star: | ||
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench: | ||
- Follow us on [Twitter](https://twitter.com/epicmaxco) :feet: | ||
- Like our page on [Facebook](https://www.facebook.com/epicmaxco) :thumbsup: | ||
|
||
## Can I hire you guys? | ||
Yes! Visit [our homepage](http://epicmax.co/) or simply leave us a message to [[email protected]](mailto:[email protected]). We will be happy to work with you! | ||
|
||
## License | ||
[MIT](https://github.com/epicmaxco/vuestic-admin/blob/master/LICENSE) license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.