[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-rspack-starter.
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 67.3%
Vue 32.7%
3 1 0

Clone this repository

https://git.vm.fail/danielroe.dev/nuxt-rspack-starter https://git.vm.fail/did:plc:gjncleylyvvopca73wgbjtn2
ssh://git@knot1.tangled.sh:2222/danielroe.dev/nuxt-rspack-starter ssh://git@knot1.tangled.sh:2222/did:plc:gjncleylyvvopca73wgbjtn2

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Nuxt minimal starter (rspack)#

Look at the Nuxt documentation to learn more.

Setup#

Make sure to install the dependencies:

pnpm install

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

pnpm run dev

Building#

Build the application for production:

# npm
pnpm build
# preview production build locally
# pnpm preview

Check out the deployment documentation for more information.