wasmer-examples/nuxt-wasmer-starter
Public
wasmer run wasmer-examples/nuxt-wasmer-starter

This is a Nuxt 3 starter project.

Look at the Nuxt 3 documentation to learn more.

[!IMPORTANT] Support for running Nuxt fully server-side with Wasmer using WinterJS is on the works. Meanwhile you can serve the static website via npm run generate.

Usage

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

You can also run the Nuxt template easily using Wasmer (check out the install guide):

wasmer run wasmer-examples/nuxt-wasmer-starter --net -- --port 3000

[!TIP] You can also run wasmer run . --net -- --port 3000 in the root of this repo, after running npm run generate

Open http://localhost:3000 with your browser to see the result.

Deploy on Wasmer Edge

The easiest way to deploy your Nuxt app is to use the Wasmer Edge.

Live example: https://wasmer-edge-nuxt-ssg-sample.wasmer.app/

First, you'll need to run npm run generate, and then, to deploy to Wasmer Edge:

wasmer deploy

[!NOTE] You will need to have Wasmer installed (check out the docs to install the Wasmer CLI!). You will also need to change the namespace in wasmer.toml to your own namespace and app name in app.yaml to your own app name.

Nuxt static website Wasmer starter package


Github
More packages
wasmer/wasmer-edge-nuxt website
Nuxt static website Wasmer starter package
Package for wasmer axum starter
Docusaurus Wasmer starter package
Astro.dev Wasmer starter package
CDN Wasmer starter package
Wasmer Hugo starter package
Wasmer Gatsby starter package
Mkdocs Wasmer starter package
Remix in Wasmer starter package

Making software universally accessible