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-jsx

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

admin dashboard jsx tailwindcss vitejs vuejs

Last synced: about 1 month ago
JSON representation

Admin dashboard template built with tailwindcss & vue-jsx.

Awesome Lists containing this project

README

        

## K UI Admin Dashboard Template (Vue 3 & JSX)

> ⚠️ 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-jsx/)

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

##### [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-jsx.git

cd kui-dashboard-vue-jsx

# 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
```