nuxt3-fullstack
nuxt3-fullstack copied to clipboard
Exploring Nuxt3 as a full stack solution
Nuxt 3 full stack application starter
This repository contains the example code for the Exploring Nuxt3 as a full stack solution series.
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.