Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nogic1008/nuxt3-firebase
Nuxt.js 3 + Firebase sample
https://github.com/nogic1008/nuxt3-firebase
Last synced: 5 days ago
JSON representation
Nuxt.js 3 + Firebase sample
- Host: GitHub
- URL: https://github.com/nogic1008/nuxt3-firebase
- Owner: nogic1008
- Created: 2021-12-21T23:49:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T05:08:34.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:23:54.253Z (7 months ago)
- Language: Dockerfile
- Size: 639 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).