https://github.com/bankole2000/vuedevmeetups
Repo for practice project with Vue, Vuetify, Vuex, Firebase
https://github.com/bankole2000/vuedevmeetups
Last synced: 6 months ago
JSON representation
Repo for practice project with Vue, Vuetify, Vuex, Firebase
- Host: GitHub
- URL: https://github.com/bankole2000/vuedevmeetups
- Owner: Bankole2000
- Created: 2020-08-11T07:35:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T07:06:06.000Z (almost 6 years ago)
- Last Synced: 2025-12-29T17:53:51.274Z (7 months ago)
- Language: Vue
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meetups
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).