Skip to content

Usage

Here are some uses of the cli on tools-web.

Vite

Basic command:

  • Start command

    bash
    vite -h
    vite -h
  • Make project

    bash
    vite make:project myapp --template react
    vite make:project myapp --template react

Cheatsheet

CommandDescriptionArgumentsOptions
make:projectCreate new vite project<name>--template (vanilla,vue,react,preact,lit,svelte,solid,qwik)

Released under the MIT License.