Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vasttian/vue-admin-vuetify

`vue-admin-vuetify` is a Front-end component library project based on Vue.js using Vuetify. Need vpn proxy to view
https://github.com/vasttian/vue-admin-vuetify

admin demo vue vue-admin-vuetify vuetify

Last synced: 22 days ago
JSON representation

`vue-admin-vuetify` is a Front-end component library project based on Vue.js using Vuetify. Need vpn proxy to view

Lists

README

        

Vuetify v2.0 is coming soon


vue-admin-vuetify




vue-admin-vuetify is a Front-end component project.


Component demo based on vue and vuetify



TAGS


RELEASE


LICENSE

---

### :page_with_curl: Index

* [:warning: Heads up](#warning-heads-up)
* [:art: Live Demo](#art-live-demo)
* [:rocket: Getting Started](#rocket-getting-started)
* [:camera: Screenshots](#camera-screenshots)
* [:white_check_mark: Roadmap](#white_check_mark-roadmap)
* [:exclamation: Issues](#exclamation-issues)
* [:copyright: License](#copyright-license)

### :warning: Heads up

Currently this is just a **beta version**.

### :art: Live Demo (Need vpn proxy to view)

[https://vasttian.github.io/vue-admin-vuetify](https://vasttian.github.io/vue-admin-vuetify)

### :rocket: Getting Started

#### Project setup

```bash
npm install
```

#### Compiles and hot-reloads for development

```bash
npm run serve
```

:tada: Open http://localhost:8090 to see the demo.

If [hot reload](https://vue-loader.vuejs.org/guide/hot-reload.html#state-preservation-rules) fails,
modify your `vue.config.js`

```javascript
module.exports = {
chainWebpack: config => {
config.resolve
.symlinks(true)
}
}
```

or replace `cnpm` with `npm`

`npm config set registry https://registry.npm.taobao.org`

#### Compiles and minifies for production

```bash
npm run build
```

#### Lints and fixes files

```bash
npm run lint
```

### :camera: Screenshots

| | |
|---|---|
|![vue-admin-vuetify.png](screenshots/vue-admin-vuetify.png)|![charts-line.png](screenshots/charts-line.png)|
|![components-maps](screenshots/components-maps.png)||

### :white_check_mark: Roadmap

- [x] add: Dashboard.
- [x] add: Icons.
- [x] add: Editor components.
- [x] add: Jsonlint.
- [x] mod: Sidebar.
- [x] add: Charts components.
- [ ] add: UI components.
- [ ] add: Render Functions & Functional Components.
- [x] add: Demo site.

### :exclamation: Issues

If you run into any issues, you can contact me at [issues](https://github.com/vasttian/vue-admin-vuetify/issues)

### :memo: Changelog

Detailed changes for each release are documented in the [release notes](https://github.com/vasttian/vue-admin-vuetify/releases).

### :copyright: License

Under the MIT license. See [LICENSE](http://opensource.org/licenses/MIT) file for more details.