Installation
Guide to install nidexingg-ui on your awesome web application.
Installation Guide
Install XingUI package
Install TailwindCSS
XingUI is primarily built upon Nuxt utilizing TailwindCSS for styling. If you already installed it, you can just skip all of these below instruction and you're good to go nut with Components.
or add @nuxtjs/tailwindcss
using your dependency manager
and then to the modules
section of nuxt.config.{ts,js}
nuxt.config.ts
then, run this command to initialize tailwind.config.ts
file.
terminal
or manually create tailwind.config.ts
file by your own at the root directory then copy and paste this code to the file.
tailwind.config.ts
🥳 That's it
You can now enjoy the beautifully crafted components by XingUI. Let's hop in to Components.