nuxt-express-firebase-template

(★ 18)

The template for Nuxt.js x Express x Firebase

파일 탐색기

  • LICENSE
  • meta.js
  • README.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

firebase

설명 보기 ▼

Firebase 프로젝트를 테스트, 관리, 배포.
더 많은 정보: <https://github.com/firebase/firebase-tools>.

firebase login

<https://console.firebase.google.com>에 로그인:

firebase projects:list

기존 Firebase 프로젝트 나열:

firebase init

대화형 마법사를 시작하여 현재 디렉터리에 Firebase 프로젝트를 만듬:

🔍

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:

// repository documentation