AutoK3s UI

April 13, 2022 ยท View on GitHub

Browser Support

  1. For development: native ESM dynamic import support is required.
  2. For production: the default build targets browsers that support native ESM via script tags.

Project setup

npm install

Compiles and hot-reloads for development

  1. Download Autok3s CLI binary file, and run.
chmod +x ./autok3s

./autok3s -d serve
  1. Start dev server
npm run dev

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Contents

  1. 1Browser Support
  2. 2Project setup
  3. 2.1Compiles and hot-reloads for development
  4. 2.2Compiles and minifies for production
  5. 2.3Customize configuration