For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create new component

To speed up the development process, we provide a boilerplate with a minimal file structure. You can copy it into your components folder with a single command.

npx vueless create <componentName>

# example:
# npx vueless create URadioCard

The component will be created in the .vueless/components folder.

Last updated