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 URadioCardyarn vueless create <componentName>
# example:
# yarn vueless create URadioCardpnpm exec vueless create <componentName>
# example:
# pnpm exec vueless create URadioCardbunx vueless create <componentName>
# example:
# bunx vueless create URadioCardThe component will be created in the .vueless/components folder.
Last updated