⚠️ This template is not finished.
# 1. Clone the repository:
git clone https://github.com/kamona-ui/kui-dashboard-vue.git
cd kui-dashboard-vue
# 2. Install the dependencies:
yarn install # Using npm
# or
npm install # Using npm
# 3. Start the development server:
yarn dev
# or
npm run dev # Using npm
yarn build # or npm run build
# Preview
yarn previw # or npm run preview