This scaffold uses plop as a template generator.
Run npm run plop
and follow the prompts to generate a new template.
You can generate 3 standard templates:
page
: For an empty pagecomponent
: For an empty componentslice
: For an empty slice
The page
and component
templates requires a hyphen in the name to make it a valid custom element.
For example: home-page
,video-player
or button-element
.
You can read more about it here.
To add custom templates, please read the documentation on their website.