[READ-ONLY] Mirror of https://github.com/danielroe/nuxt3-repros.
0

Configure Feed

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

TypeScript 70.3%
Vue 29.7%
3 2 0

Clone this repository

https://git.vm.fail/danielroe.dev/nuxt3-repros https://git.vm.fail/did:plc:bji7litjhhn6mfyoyq4yxbhw
ssh://git@knot1.tangled.sh:2222/danielroe.dev/nuxt3-repros ssh://git@knot1.tangled.sh:2222/did:plc:bji7litjhhn6mfyoyq4yxbhw

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


README.md

🚧 Repository update 🚧#

This repository has been archived. Please feel free to contact me directly if you have any questions.


# Nuxt 3 Minimal Starter

We recommend to look at the documentation.

Setup#

Make sure to install the dependencies

yarn install

Development#

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

yarn dev

Production#

Build the application for production:

yarn build

Checkout the deployment documentation.