A minimal Nuxt 3 starter project to kickstart your development journey with the latest Nuxt framework!
Before starting, install the dependencies with your preferred package manager:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Launch the development server at http://localhost:3000:
npm run dev
To build and preview your application for production:
-
Build the Application:
npm run build
-
Preview Production Build:
npm run preview
For deployment instructions, check the official Nuxt 3 deployment documentation.
- Nuxt 3 Documentation - Dive deep into Nuxt 3 features and configurations.
- Vue 3 Documentation - Learn about Vueβs composition API and reactive programming.
- Vite Documentation - Explore Vite's fast, no-bundle dev server.
Contributions are welcome! If youβd like to help improve this project, feel free to open an issue or submit a pull request. Donβt forget to follow the Code of Conduct.
This project is open-source and licensed under the MIT License.
Made with β€οΈ by lafllamme