https://github.com/fumeapp/nitro
  
  
    Nuxt v3 deployed with Fume 
    https://github.com/fumeapp/nitro
  
        Last synced: 8 months ago 
        JSON representation
    
Nuxt v3 deployed with Fume
- Host: GitHub
- URL: https://github.com/fumeapp/nitro
- Owner: fumeapp
- Created: 2021-10-29T23:34:52.000Z (about 4 years ago)
- Default Branch: production
- Last Pushed: 2022-02-08T01:28:38.000Z (over 3 years ago)
- Last Synced: 2025-01-14T03:16:54.467Z (10 months ago)
- Language: Vue
- Homepage: https://nitro.fume.farm
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          ## Nuxt3 example template deployed by Fume
   
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).