Scaffold your first VTH project using create-vth
CLI.
With NPM:
npm create vth
With Yarn:
yarn create vth
With PNPM:
pnpm create vth
With Bun:
bun create vth
Then follow the prompts.
To use the lite template include a
--lite
argument after your command.
Alternatively, you can directly specify project name additional options with CLI arguments.
Usage:
create-vth [flags...] [project name]
Flags:
-h, --help Show help
--lite use lite template
--nolyfill remove old polyfills
--override override existing files
--version Show version
-y, --yes skip prompts
Visit https://mrozio13pl.github.io/vth to view the full documentation.