Skip to content

Instantly share code, notes, and snippets.

@eiichi-worker
Last active July 1, 2018 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eiichi-worker/ca6b95e4d07f4aa7c064c465d0f47048 to your computer and use it in GitHub Desktop.
Save eiichi-worker/ca6b95e4d07f4aa7c064c465d0f47048 to your computer and use it in GitHub Desktop.
[WIP] PWAなTODOアプリを作る(Vue.js + Vuetify + Firebase)

PWAなTODOアプリを作る(Vue.js + Vuetify + Firebase)

構成

フロントエンド

  • Vue.js + Vuetify

バックエンド

  • Firebase

前条件(執筆時環境)

  • Windows10 Home(Macでも一緒やと思う)
  • Node.js v10.1.0(ある程度新しければいいと思う)

下準備

  1. vue-cliのインストール
npm install -g vue-cli
  1. firebase-toolsのインストール
npm install -g firebase-tools

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment