Skip to content

TimvdEijnden/deno2-nuxt3

Repository files navigation

Nuxt 3 powered by Deno 2.0

Look at the Nuxt 3 documentation and Deno documentation to learn more.

Make sure to check out the deno.json file to see how the tasks are configured.

Install/Upgrade Deno 2

Make sure to install deno 2.0:

curl -fsSL https://deno.land/install.sh | sh

If already installed upgrade to latest

deno upgrade

Setup with deno 2

Clone the repository:

git clone https://github.com/TimvdEijnden/deno2-nuxt3.git

Make sure to install the dependencies using deno:

deno install

Development Server

Start the development server on http://localhost:3000:

deno task dev

Production build

Build the application for production:

deno task build

Preview the production build on http://localhost:3000:

deno task preview

No node needed al all. Just Deno.

About

Nuxt 3 powered by Deno 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published