48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
# [Vue Paper Dashboard](https://cristijora.github.io/vue-paper-dashboard/)
|
|
|
|
> Admin dashboard based on paper dashboard UI template + vue-router
|
|
|
|
This project is a vue version of [Paper-dashboard](https://www.creative-tim.com/product/paper-dashboard)
|
|
designed for vue js.The dashboard includes vue-router
|
|
|
|
Check the [Live Demo here](https://cristijora.github.io/vue-paper-dashboard).
|
|
|
|
[Nuxt Version (outdated Bootstrap 3)](https://github.com/cristijora/vue-paper-dashboard-nuxt)
|
|

|
|
|
|
## Documentation
|
|
Link to [Documentation](http://vuejs.creative-tim.com/vue-paper-dashboard/documentation/)
|
|
|
|
## Build Setup
|
|
|
|
### install dependencies
|
|
```
|
|
npm install
|
|
```
|
|
### serve with hot reload at localhost:8080
|
|
```
|
|
npm run dev
|
|
```
|
|
### build for production with minification
|
|
```
|
|
npm run build
|
|
```
|
|
### lint
|
|
```
|
|
npm run lint
|
|
```
|
|
## Contribution guide
|
|
* Fork the repository
|
|
* `npm install` or `yarn install`
|
|
* Make changes
|
|
* Open Pull Request
|
|
|
|
For detailed explanation on how things work, checkout the [guide](https://github.com/vuejs/vue-cli/blob/dev/docs/README.md)
|
|
- [CHANGELOG](./CHANGELOG.md)
|
|
- [version-badge](https://img.shields.io/badge/version-2.0.0-blue.svg)
|
|
- [license-badge](https://img.shields.io/badge/license-MIT-blue.svg)
|
|
|
|
## License
|
|
|
|
[MIT](https://github.com/cristijora/vue-paper-dashboard/blob/master/LICENSE.md)
|