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

https://github.com/firedev/vue-dashboard

Vue.js Playground
https://github.com/firedev/vue-dashboard

vue vuejs vuex

Last synced: about 1 year ago
JSON representation

Vue.js Playground

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/aa96a2dd-6d2a-4905-8433-25dbe92c840e/deploy-status)](https://app.netlify.com/sites/firedev-vue-dashboard/deploys)

# vue-dashboard

Vue.js Playground

https://firedev-vue-dashboard.netlify.app/

- Vue: Router, Vuex, Transitions
- Slack: Messaging
- Firebase: Data storage
- ApexCharts: Charts
- CSS3: Animation, Variables, Flexbox

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

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

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

### Lints and fixes files
```
yarn lint
```

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