Skip to content

HTMLCSSDirectory/v-dashboard

 
 

Repository files navigation

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/

Demo

Note if you have access to Tailwind UI, you can follow the following steps to add it:

  1. Install @tailwindcss/ui:
yarn add @tailwindcss/ui
  1. 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

yarn

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

License & copyright

© Robert C Soriano

Licensed under the MIT License.

About

Dashboard starter template built with Vue 3 and Tailwind CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 91.2%
  • TypeScript 6.4%
  • JavaScript 1.2%
  • Other 1.2%