These are the packages I use for most of my nuxt projects.
npx nuxi@latest init <project-name>
- read more
npx nuxi module add icon
- read more
npx nuxi@latest module add tailwindcss
npx tailwindcss init
to createtailwind.config.js
- read more
npx nuxi module add fonts
- read more
npx nuxi module add color-mode
- read more
npm i pinia @pinia/nuxt
- read more
npm i pinia-plugin-persistedstate
- read more
npm install axios
- read more