nuxt-express-firebase-template

(★ 18)

The template for Nuxt.js x Express x Firebase

File Explorer

  • LICENSE
  • meta.js
  • README.md

# Use via CDN

jsDelivr

jsDelivr 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 ▼

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 ▼

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:

// repository documentation