Skip to content

Starter Kit for Nuxt3 and Preline-UI, prettier and ESlint

Notifications You must be signed in to change notification settings

paidge/nuxt3-tailwind-preline

Repository files navigation

Nuxt 3 Starter Kit with Preline-UI (Tailwind) and Prettier/ESlint

Preline-UI

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.

Formatter and Linter

1. Formatter (Prettier)

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.

2. Linter (ESlint)

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.

About

Starter Kit for Nuxt3 and Preline-UI, prettier and ESlint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published