Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
Help from this tutorial: Note to learn vuejs and nuxtjs 3 Define props and emits: https://www.netlify.com/blog/understanding-defineprops-and-defineemits-in-vue-3.2/ Reusable form component in vuejs(Vue Mastery video): https://www.youtube.com/watch?v=x5ikRZVPMJY V bind attrs tutorial: https://www.youtube.com/watch?v=tcD5TbOYHOw Email Reuse template vuejs(stackoverflow must read): https://stackoverflow.com/questions/67068084/how-to-implement-reusable-component-input-in-vue-3 nuxt3 tutorial github: https://github.com/iamshaunjp/nuxt-3-tutorial
Composition API Best1 tutorial (Make apps with Danny): https://www.youtube.com/watch?v=9whgkjxoCME Composition API Best2 (Hindi) :https://www.youtube.com/watch?v=XvS47yfD1gE&list=PLolI8AY2AS9avB8nj1WQT9dmfSKlqNkvL&index=1
Composables (https://www.youtube.com/watch?v=cWX4b2qD6sg)
Laracast tutorial Link: https://www.youtube.com/watch?v=Hq47N56kmnQ (with props
Best Docu: for vue etc: https://blog.logrocket.com/use-props-pass-data-child-components-vue-3/#:~:text=In%20Vue%2C%20props%20are%20custom,property%20in%20the%20child%20component.