com um clique
kobweb-static-export
Compiles and exports the Kobweb project into a static website.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Compiles and exports the Kobweb project into a static website.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| name | Kobweb Static Export |
| description | Compiles and exports the Kobweb project into a static website. |
This skill provides instructions and tools to export a Kobweb project as a static website.
Ensure you are in the directory containing the Kobweb site (usually the site/ folder).
Execute the following command to generate the static site:
kobweb export
[!TIP] If your site doesn't have a backend (API routes), use
--layout staticto optimize the export:kobweb export --layout static
Alternatively, you can run it via Gradle:
./gradlew kobwebExport
The exported static website will be located at:
site/.kobweb/site/
To verify the exported site, you can use any static file server. For example:
npx serve site/.kobweb/site/
./gradlew build before exporting.src/jsMain/resources/public/.