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
# pnpm
pnpm add -D kirbyup
# npm
npm i -D kirbyup
# yarn
yarn add -D kirbyupAfter installation, add these scripts to your package.json:
{
"scripts": {
"dev": "kirbyup serve src/index.js",
"build": "kirbyup src/index.js"
},
"devDependencies": {
"kirbyup": "^3.4.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
