Files
tldr/pages.zh/common/firebase.md

28 lines
637 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# firebase
> 测试、管理和部署 Firebase 项目。
> 更多信息:<https://github.com/firebase/firebase-tools>。
- 登录到 <https://console.firebase.google.com>
`firebase login`
- 列出现有的 Firebase 项目:
`firebase projects:list`
- 启动交互式向导以在当前目录中创建 Firebase 项目:
`firebase init`
- 将代码和资源部署到当前 Firebase 项目:
`firebase deploy`
- 启动本地服务器以静态托管当前 Firebase 项目的资源:
`firebase serve`
- 启动交互式向导以在默认网页浏览器中打开当前 Firebase 项目的多个链接之一:
`firebase open`