|
|
|
|
|
|
|
|
|
|
Look at the nuxt 3 documentation to learn more.
- Daisy UI documentation
- Pinia documentation
- Tailwindcss documentation
- Vuejs documentation
- Vueuse documentation
- Swiperjs documentation (Need to import swiperjs component manually, auto import won't work)
- I18n.nuxtjs documentation (Currently in beta)
- Storybook documentation
Install dependency
npm i
yarnStart the development server on http://localhost:3000
yarn dev
npm devRegular Nuxt with SSR
yarn build
npm buildPrerendered SPA
yarn generate
npm generate