https://github.com/henrymbuguak/project-created-using-vuetify
This is simple project for managing meetings created using Vuetifyjs
https://github.com/henrymbuguak/project-created-using-vuetify
vuejs vuetifyjs
Last synced: about 2 months ago
JSON representation
This is simple project for managing meetings created using Vuetifyjs
- Host: GitHub
- URL: https://github.com/henrymbuguak/project-created-using-vuetify
- Owner: henrymbuguak
- Created: 2017-09-15T10:58:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T12:33:53.000Z (over 8 years ago)
- Last Synced: 2025-03-28T22:14:54.586Z (about 1 year ago)
- Topics: vuejs, vuetifyjs
- Language: JavaScript
- Size: 552 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuetify-meetup
> A dev meetup application developed using vue, vuetify and firebase as backend
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
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).