NUXT3

If you are a VUE enthusiast, NUxT is definitely the framework you need to start building SSR applications.

Nuxt3, the new version of NuxT, is finally starting with Vue3 and typescript.

New Version Features

  • Lighter: Server deployments and client artifacts can be reduced up to 75 times with modern browsers in mind.

  • Faster: Optimize cold start with dynamic server code segmentation, powered by Nitro.

  • Hybrid: Incremental static generation and other advanced modes are now possible.

  • Suspense: Get data from any component before and after navigation.

  • Composition API: Use the Composition API and Nuxt 3’s Composables for true reusability.

  • Nuxt CLI: A new zero-dependency experience to help you easily build projects and integration modules.

  • Nuxt Devtools: More information and quick fixes to work efficiently in the browser.

  • Nuxt Kit: New typescript-based and cross-version-compatible module development.

  • Webpack 5: Faster build times and smaller build artifacts, with zero configuration.

  • Vite: Use Vite as your packer to experience lightweight fast HMR.

  • Vue3: Vue3 will be a solid foundation for your next application.

  • TypeScript: Consists of native TypeScript and ESM with no additional steps.

Come and look at

Nuxt3 official website words not to say, first experience to go.