Skip to content

Commit 169b8fd

Browse files
committed
docs: update docs
1 parent c48621c commit 169b8fd

File tree

3 files changed

+62
-62
lines changed

3 files changed

+62
-62
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Create Vue Next ⚡
66

7-
The Next Generation Vue Scaffolding Tool 🛠️
7+
The Next Generation Vue Scaffolding Tool powered by Vite 🛠️
88

99
## Usage
1010

pnpm-lock.yaml

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/command/create-vue-next/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function installDeps() {
6565

6666
options.useVitest && logger.info(`${options.package} run test:unit to run tests`);
6767

68-
options.useTypeScript && console.log()
68+
options.useVitest && console.log()
6969

7070
options.useTypeScript && logger.info(`${options.package} run type-check`);
7171

0 commit comments

Comments
 (0)