Last active
September 9, 2019 17:20
-
-
Save Kvit/c4ba81893925527a67b595f6adfabd98 to your computer and use it in GitHub Desktop.
Installation Nuxt Vuitify FireStore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install -g @vue/cli | |
| npm init nuxt-app <project-name> | |
| yarn lint --fix | |
| // firebase | |
| https://medium.com/@pascalluther/nuxt-js-v2-firestore-ssr-938d8fb7d2b0 | |
| // linting | |
| 'npm install eslint babel-eslint eslint-config-prettier eslint-plugin-prettier eslint-plugin-vue eslint-loader prettier -D' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment