Look at the nuxt 3 documentation to learn more.
- AntDesign documentation
- Pinia 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
yarn
Start the development server on http://localhost:3000
yarn dev
npm dev
Regular Nuxt with SSR
yarn build
npm build
Prerendered SPA
yarn generate
npm generate
Storybook
yarn storybook
npm storybook