https://github.com/vicdata4/social-media-vue
Progressive web application with Vue JS (Vuex, Nuxt),Firebase Realtime Database, Bootstrap 4, Vue2 Google Maps Library, Flexbox&Sass
https://github.com/vicdata4/social-media-vue
Last synced: 4 months ago
JSON representation
Progressive web application with Vue JS (Vuex, Nuxt),Firebase Realtime Database, Bootstrap 4, Vue2 Google Maps Library, Flexbox&Sass
- Host: GitHub
- URL: https://github.com/vicdata4/social-media-vue
- Owner: vicdata4
- License: apache-2.0
- Created: 2017-12-25T22:35:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T10:38:36.000Z (about 7 years ago)
- Last Synced: 2025-01-05T07:30:15.906Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 7.55 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhereToEat
> The ideal tool for food lovers

## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).