- Look at the Preline documentation to learn more.
This library offers hundreds of component examples crafted with Tailwind, dark mode and other possibilities. Thanks to this repo Preline-UI is already integrated in your Nuxt3 project.
This repo depends on @nuxtjs/tailwindcss. You can customize Tailwind in the ./assets/css/tailwind.config.js
file and access to the Tailwind Viewer
to quickly visualize your Tailwind configuration with easy copy-pasting.
Prettier is used to format the code and since we are using Tailwind, the prettier-plugin-tailwindcss package is included so that Tailwind classes are automatically sorted. You can customize the formatter in the .prettierrc
file.
Since we are in a Nuxt Project, the @nuxtjs/eslint-module package is included. This one is using @nuxt/eslint-config. You can customize the linter in the .eslintrc
file.