Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kamona-ui/kui-dashboard-vue
- Owner: kamona-ui
- License: mit
- Created: 2022-02-02T02:00:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T01:30:26.000Z (about 2 months ago)
- Last Synced: 2024-09-28T23:02:07.338Z (about 2 months ago)
- Topics: admin-dashboard, dashboard, tailwindcss, tailwindcss-v3, vitejs, vue, vuejs
- Language: Vue
- Homepage: https://kamona-ui.github.io/kui-dashboard-vue/
- Size: 2.44 MB
- Stars: 135
- Watchers: 5
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.gitcd 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
```