The official bundler for Kirby Panel plugins. Zero-config, built-in HMR.
- 🔄 Hot Module Replacement
- 🎒 PostCSS & Sass
- 🧩 kirbyuse Integration
- 🔌 Environment Variables
- 🦔 Configuration File
- 🧠Path Aliases
- Node.js 22 or newer with pnpm, npm or yarn.
- Kirby 4 or newer. kirbyup 3 builds for the Vue 2 Panel of Kirby 4 and 5.
# pnpm
pnpm add -D kirbyup
# npm
npm i -D kirbyup
# yarn
yarn add -D kirbyupAdd the two scripts to package.json:
{
"scripts": {
"dev": "kirbyup serve src/index.js",
"build": "kirbyup src/index.js"
},
"devDependencies": {
"kirbyup": "^3.5.0"
}
}- Clone this repository
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Build with
pnpm run build - Run tests with
pnpm test
MIT License © 2021-PRESENT Johann Schopplich
MIT License © 2022-PRESENT Jonas Kuske
