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

https://github.com/kimi0230/vuevuetify

Generate CMS by Vue, Vuetify.js
https://github.com/kimi0230/vuevuetify

electron vue vutify

Last synced: about 2 months ago
JSON representation

Generate CMS by Vue, Vuetify.js

Awesome Lists containing this project

README

          

# vuevuetify

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

### Mock API
See [Github kimi/mockAPI](https://github.com/kimi0230/mockAPI).

### Datatable List
![image](https://github.com/kimi0230/vuevuetify/blob/master/screenshot/list.png)

### Datatable New
![image](https://github.com/kimi0230/vuevuetify/blob/master/screenshot/new.png)

### Datatable Edit
![image](https://github.com/kimi0230/vuevuetify/blob/master/screenshot/edit.png)