V-Dashboard
Dashboard starter template built with Vite, Vue 3, Tailwind CSS and TypeScript.
Copied from https://github.com/tailwindcomponents/dashboard and converted to Vue.
Demo
https://v-dashboard.vercel.app/
Note if you have access to Tailwind UI, you can follow the following steps to add it:
- Install
@tailwindcss/ui
:
pnpm add @tailwindcss/ui
- Add the plugin in
tailwind.config.js
without changing anything else:
// tailwind.config.js
module.exports = {
// ...
// rest of the config
plugins: [require('@tailwindcss/ui')],
}
Project setup
pnpm install
Compiles and hot-reloads for development
pnpm dev
Compiles and minifies for production
pnpm build
License & copyright
Licensed under the MIT License.