0.3.39 • Published 3 years ago

kontent-custom-element-app v0.3.39

Weekly downloads
698
License
MIT
Repository
github
Last release
3 years ago

Kontent ♥ Svelte ♥ Custom elements

npm npm GitHub issues GitHub license GitHub last commit

A Svelte/Sapper app template for Kontent Custom elements

This monorepository contains both the installer and the template files for kontent-custom-element-app.

Installation

In an empty folder for the app:

npm init kontent-custom-element-app

Options

KeyAliasTypeRequiredDescription
--name-nstringYesName of the app. This is also used as the name and route of the starter element.
--samples-sbooleanYesInstall sample custom elements alongside the starter. Use --no-samples to negate.
--run-rbooleanYesRun app at https://localhost:3000/ immediately after installation. Use --no-run to negate.