Skip to content

johannschopplich/kirbyup

Repository files navigation

kirbyup

kirbyup

The official bundler for Kirby Panel plugins. Zero-config, built-in HMR.

Key Features

Setup

Tip

Skip starting from scratch and pick one of the following starters:

# pnpm
pnpm add -D kirbyup

# npm
npm i -D kirbyup

# yarn
yarn add -D kirbyup

After 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"
  }
}

Development

  1. Clone this repository
  2. Enable Corepack using corepack enable
  3. Install dependencies using pnpm install
  4. Build with pnpm run build
  5. Run tests with pnpm test

License

MIT License © 2021-PRESENT Johann Schopplich

MIT License © 2022-PRESENT Jonas Kuske

About

🆙 Official bundler for Kirby Panel plugins

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors