https://github.com/uki00a/nuxt3-deno-deploy-example
https://github.com/uki00a/nuxt3-deno-deploy-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uki00a/nuxt3-deno-deploy-example
- Owner: uki00a
- License: mit
- Created: 2022-02-12T08:41:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T18:59:36.000Z (about 4 years ago)
- Last Synced: 2025-06-07T04:01:57.813Z (10 months ago)
- Language: TypeScript
- Homepage: https://nuxt3-example.deno.dev/
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of Nuxt 3 + Deno Deploy
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).