This project is a scholar proposal. We are a small team of the Master in Computer Enginering of UAM (Universidad Autonoma de Madrid), and we are developing a system to share beers and brew recipes using vue js and nuxt. This is simple proof of concept for the course of Advanced Internet and Networks Master class. You can see our initial user interface proposal here.
We this plugin to configure firebase in this project: https://nuxt-fire-demo.herokuapp.com/, here we can see some examples: https://github.com/lupas/nuxt-fire-demo/blob/master/components/examples/Storage.vue
We are using all serverless tools of firebase development environment.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.