lenamax2355 / v-dashboard

Dashboard starter template built with Vue 3 and Tailwind CSS.

Home Page:https://v-dashboard.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Licensed under the MIT License.

About

Dashboard starter template built with Vue 3 and Tailwind CSS.

https://v-dashboard.vercel.app/

License:MIT License


Languages

Language:Vue 91.4%Language:TypeScript 6.1%Language:JavaScript 1.4%Language:HTML 0.6%Language:CSS 0.5%