DEV Community

Mariner
Mariner

Posted on

2024 Nuxt3 Annual Ecosystem Summary🚀

Image description

Hello everyone, I am a developer from China. My Chinese name is Haijun. I love to share technology and research cutting-edge technology information. I have been developing the Nuxt3 system all year, so I have learned about the various applications of Nuxt3. This is my first article. Next, I will take you to understand the overall ecological development of Nuxt3 in 2024, from the UI library, request library, tool library, state management, internationalization, icon library, form processing, Nuxt official module, and data visualization. In this way, we can build a robust Nuxt3 application, and at the same time, we can make good use of Nuxt's SEO key to improve the display of our own projects and bring ourselves more users.

UI

Naive UI

  • Recommendation: Naive UI is a lightweight and full-featured UI component library designed for Vue 3 and Composition API. It has a simple and modern style and supports dark mode. It is suitable for building modern backend management systems and front-end applications.
  • Document address: NaiveUI official document

Naive UI

Element Plus

  • Recommendation: Element Plus is the Vue 3 version of Element UI, which provides a set of high-quality UI components with a simple interface and elegant design, suitable for various backend management systems and medium and large projects.
  • Document address: Element Plus Official Document

Element Plus

Vuetify 3

  • Recommendation: Vuetify is a powerful UI component library that provides a large number of UI components and deep customization options. It is based on the Material Design design specification and is suitable for building beautiful Web applications.
  • Document address: Vuetify 3** Official Document

Vuetify 3

Request library

Axios

  • Recommendation: Axios is a Promise-based HTTP client that supports browsers and Node.js. It can simplify API requests when used with Nuxt3's useFetch and is easy to use and configure.
  • Document address: Axios official document

Image description

Vue Use Fetch

  • Recommendation: This is a request library that works perfectly with Nuxt 3. Based on the useFetch hook encapsulation, it provides a more flexible API request and state management method, and supports caching, error handling and other functions.
  • Document address: Vue Use Fetch** Fetch

Vue Use Fetch

Tool Library

  • Lodash

  • Recommendation: Lodash is a very powerful JavaScript tool library that provides many useful functions to simplify common operations, such as arrays, objects, functions, etc. It is very efficient when dealing with complex data structures.

  • Document address: Lodash official document

Lodash

VueUse

  • Recommendation: VueUse is a set of practical function libraries based on Vue 3 Composition API, which provides a large number of functions, including state management, responsive references, event handling, etc., which can significantly improve development efficiency.
  • Document address: VueUse Official Document

VueUse

Tailwind CSS

  • Recommendation: Tailwind CSS is a functional class-first CSS framework suitable for building responsive and highly customized user interfaces. It can significantly improve development efficiency when used with Nuxt 3, especially in terms of rapid layout and design.
  • Document address: Tailwind CSS Official Document

Tailwind CSS

Day.js

  • Recommendation: Day.js is a lightweight date processing library, API compatible with Moment.js, but smaller in size. Suitable for scenarios that need to process date and time.
  • Document address: Day.js Official documentation

Day.js

State Management

Pinia

  • Recommendation: Pinia is the official state management library recommended by Nuxt 3. It is a responsive state management tool for Vue 3, providing better TypeScript support and performance optimization. It is suitable for replacing Vuex and is suitable for use in Nuxt 3 projects.
  • Document address: Pinia Official Document

Pinia

Vuex 4

  • Recommendation: Vuex is the state management library of Vue, and Vuex 4 is the version that supports Vue 3. If you are used to Vuex and have already used Vuex in your project, you can continue to use it, but Pinia is recommended for new projects.
  • Document address: Vuex official document

Vuex 4

Internationalization

Vue I18n (unplugin-vue-i18n)

  • Recommendation: Vue I18n is the official internationalization plug-in of Vue.js, supporting multiple languages ​​and regionalization. It is suitable for Nuxt projects that need to support multiple languages, and is very convenient to use with Nuxt 3.
  • Document address: Vue I18n official document

Vue I18n

Nuxt I18n (nuxt-i18n-micro)

  • Recommendation: Nuxt I18n is a plug-in specially provided by Nuxt for internationalization. It supports multi-language switching, routing internationalization and other functions. It is particularly suitable for scenarios that require internationalization in Nuxt 3 projects.
  • Document address: Nuxt I18n Official Document

nuxt-i18n-micro

Chart Library

Heroicons

  • Recommendation: Heroicons provides a set of free SVG icons with a simple and modern style, suitable for use with Tailwind CSS and Nuxt 3.
  • Document Address: Heroicons Official Document

Heroicons

yesicon

  • Recommendation: yesicon provides 245,324 high-quality vector icons from the world's top design team.
  • Document address: yesicon

yesicon

Form processing

VeeValidate

  • Recommendation: VeeValidate is a powerful Vue 3 form validation library that supports custom validation rules, asynchronous validation, etc., and can efficiently process form validation logic.
  • Document address: VeeValidate Official Document

VeeValidate

Nuxt official module

@nuxtjs/auth-next

  • Recommendation: This is an authentication module officially provided by Nuxt.js, which supports common authentication methods such as OAuth and JWT, and is suitable for Nuxt applications that require authentication. It is compatible with the @nuxtjs/axios module.
  • Document address: @nuxtjs/auth-next official document

@nuxtjs/auth-next

@nuxtjs/pwa

  • Recommendation: This is the PWA (Progressive Web App) module officially provided by Nuxt.js, which can easily convert your Nuxt application into a progressive web application, supporting offline caching, push notifications, etc.
  • Document address: @nuxtjs/pwa official document

@nuxtjs/pwa

@nuxt/content

  • Recommendation: This module allows you to easily integrate content management (such as Markdown, YAML files, etc.) into Nuxt for building static websites or blogs. It supports real-time editing, dynamic data loading and other functions.
  • Document address: @nuxt/content Official Document

@nuxt/content

@nuxtjs/sitemap

  • Recommendation: This module can automatically generate XML Sitemap for the site, which is suitable for SEO optimization and helps search engines better index your Nuxt application.
  • Document address: @nuxtjs/sitemap Official Document

@nuxtjs/sitemap

Nuxt Image

  • Recommendation: Nuxt Image is a module specifically provided for Nuxt.js, which can automatically optimize the loading, size and format of images, helping to improve website performance and loading speed.
  • Document address: Nuxt Image Official Document

Nuxt Image

Data visualization and chart library

ECharts

  • Recommendation: ECharts is an open source chart library based on JavaScript that supports rich data visualization charts, especially suitable for large-scale data visualization display, and is suitable for scenarios with high interactivity and high performance requirements.
  • Document address: ECharts Official Document

ECharts

D3.js

  • Recommendation: D3.js is a powerful JavaScript data visualization library that allows you to create interactive charts through HTML, SVG and CSS. It is very suitable for charts that require high customization.
  • Document address: D3.js Official Document

D3.js

Vega

  • Recommendation: Vega is a data visualization library that configures charts based on JSON format, supports interactive charts and maps, and is suitable for building complex data visualization applications.
  • Document address: Vega Official Document

Vega

End of the article

This is the end of the sharing of Nuxt3 ecology. If you think the article is good, you can follow me and share more about the latest and most complete dynamics of Web later.

Top comments (1)

Collapse
 
ponyzhang profile image
Jang Jin

vue-use is better for Nuxt3