Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Admin dashboard template built with tailwindcss & vue-jsx.
- Host: GitHub
- URL: https://github.com/kamona-ui/kui-dashboard-vue-jsx
- Owner: kamona-ui
- License: mit
- Created: 2022-02-02T02:01:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T14:56:11.000Z (over 1 year ago)
- Last Synced: 2024-07-31T19:36:14.418Z (6 months ago)
- Topics: admin, dashboard, jsx, tailwindcss, vitejs, vuejs
- Language: JavaScript
- Homepage: https://kamona-ui.github.io/kui-dashboard-vue-jsx/
- Size: 1.41 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## K UI Admin Dashboard Template (Vue 3 & JSX)
> ⚠️ This template is not finished yet.
### [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.gitcd 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
```