Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamona-ui/kui-dashboard-vue

Admin dashboard template built with tailwindcss & vuejs 3.
https://github.com/kamona-ui/kui-dashboard-vue

admin-dashboard dashboard tailwindcss tailwindcss-v3 vitejs vue vuejs

Last synced: about 1 month ago
JSON representation

Admin dashboard template built with tailwindcss & vuejs 3.

Awesome Lists containing this project

README

        

## K UI Admin Dashboard Template (Vue 3)

> ⚠️ This template is not finished yet and still in design phase. We are building it in public.

### [Live preview](https://kamona-ui.github.io/kui-dashboard-vue/)

##### [Vue JSX version](https://github.com/kamona-ui/kui-dashboard-vue-jsx/)

##### [HTML version](https://github.com/kamona-ui/kui-dashboard-html/)

##### [laravel package](https://github.com/Kamona-WD/kui-laravel-breeze/)

##### To get started:

```bash
# 1. Clone the repository:
git clone https://github.com/kamona-ui/kui-dashboard-vue.git

cd kui-dashboard-vue

# 2. Install the dependencies:
npm install # Using npm
# or
yarn # Using Yarn

# 3. Start the development server:
npm run dev # Using npm
# or
yarn dev # Using Yarn
```