Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Dashboard starter template built with Vue 3 and Tailwind CSS.

Awesome Lists containing this project

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).