https://github.com/wobsoriano/v-dashboard
Dashboard starter template built with Vue 3 and Tailwind CSS.
https://github.com/wobsoriano/v-dashboard
hacktoberfest tailwindcss vite vue
Last synced: 5 months ago
JSON representation
Dashboard starter template built with Vue 3 and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/wobsoriano/v-dashboard
- Owner: wobsoriano
- License: mit
- Created: 2020-08-19T03:48:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T19:48:53.000Z (over 2 years ago)
- Last Synced: 2025-04-12T12:54:40.646Z (7 months ago)
- Topics: hacktoberfest, tailwindcss, vite, vue
- Language: Vue
- Homepage: https://v-dashboard.vercel.app/
- Size: 163 KB
- Stars: 924
- Watchers: 16
- Forks: 206
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-pinoy-made - GitHub
- awesome-tailwindcss - V-Dashboard - Dashboard starter template built with Vue 3 and Tailwind CSS. (UI Libraries, Components & Templates)
- tailwindcss-awesome - wobsoriano/v-dashboard - Dashboard starter template built with Vue 3 and Tailwind CSS. <br/> (92 stars / 2021-03-07 / 51 commits ) (Running the update / By Popularity)
README
# 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](https://tailwindui.com), you can follow the following steps to add it:
1. Install `@tailwindcss/ui`:
```sh
pnpm add @tailwindcss/ui
```
2. Add the plugin in `tailwind.config.js` without changing anything else:
```js
// 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](LICENSE.md).