# create-vvts-scaffolds

### Scaffolding Web Projects with Vite + Vue + TypeScript

With NPM:

```bash
$ npm create vvts-scaffolds
```

With PNPM:

```bash
$ pnpm create vvts-scaffolds
```

With Yarn:

```bash
$ yarn create vvts-scaffolds
```

Then follow the prompts!

Use `.` for the project name to scaffold in the current directory.
