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
Figma file
Vue SFC version
HTML version
Laravel package
To get started:
# 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