The Nuxt 3 starter project, make newbies avoid traps. I recommend to look at the documentation.
- Default no typescript (optional)
- Pinia
- VueUse
- Lodash
- Sass
- Vite
- Bulma
- The <script setup> syntax
- Modal Support (See the example in pages/index.vue)
Make sure to install the dependencies. Don't use npm! And use the latest version of NodeJS!
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Checkout the deployment documentation.