uuki / nuxt-ssr-firebase

参考にした記事

Home Page:https://inside.dmm.com/entry/2018/04/10/nuxt-firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-ssr-firebase

Dependencies

  • nuxt
  • firebase-tools

Overview

Create a project with firebase

Setup

$ cd app && yarn install && cd ../functions && npm i && cd ../ && npm i -g firebase-tools@8.4.3
$ firebase login
$ firebase init
# ? What do you want to use as your public directory? (public) Enter
# ? Configure as a single-page app (rewrite all urls to /index.html)? (y/N) N

Deploy

$ yarn deploy

About

参考にした記事

https://inside.dmm.com/entry/2018/04/10/nuxt-firebase


Languages

Language:JavaScript 59.0%Language:Vue 41.0%