nuxt-express-firebase-template
The template for Nuxt.js x Express x Firebase
File Explorer
- .eslintrc.js
- index.js
- package.json
- yarn.lock
- README.md
- AppLogo.vue
- README.md
- default.vue
- README.md
- README.md
- index.vue
- README.md
- README.md
- favicon.ico
- README.md
- README.md
- .editorconfig
- .eslintrc.js
- .gitignore
- nuxt.config.js
- package.json
- README.md
- yarn.lock
- .gitignore
- firebase.json
- LICENSE
- meta.js
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
firebase
View Details ▼
firebase
Test, manage, and deploy Firebase projects.
firebase login
Log in to <https://console.firebase.google.com>:
firebase projects:list
List existing Firebase projects:
firebase init
Start an interactive wizard to create a Firebase project in the current directory:
vue init
View Details ▼
vue init
Legacy project initialization subcommand of the Vue.js framework.
vue init {{webpack|webpack-simple|browserify|browserify-simple|simple}} {{project_name}}
Create a new project using one of the default templates:
vue init {{path/to/template_directory}} {{project_name}}
Create a new project using a local template:
vue init {{username}}/{{repository}} {{project_name}}
Create a new project using a template from GitHub:
