Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T19:48:53.000Z (over 1 year ago)
- Last Synced: 2024-12-01T15:12:57.337Z (12 days ago)
- Topics: hacktoberfest, tailwindcss, vite, vue
- Language: Vue
- Homepage: https://v-dashboard.vercel.app/
- Size: 163 KB
- Stars: 921
- Watchers: 16
- Forks: 207
- 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/
![Demo](https://i.imgur.com/RqXxEHL.gif)
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).