Skip to content

Commit 86533d8

Browse files
committed
chore: add NPM-SCRIPTS-PLACEHOLDER in README
1 parent ef3b61d commit 86533d8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ async function init() {
214214
(isSPA ? 'spa' : 'default')
215215
render(`code/${codeTemplate}`)
216216

217-
// TODO: README generation
217+
// TODO:
218+
// Replace `<!-- NPM-SCRIPTS-PLACEHOLDER -->` in README with detailed explanation of npm scripts.
218219

219220
// Cleanup.
220221

template/config/base/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Since TypeScript cannot handle type information for `.vue` imports, they are shi
1212

1313
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
1414

15-
### Customize configuration
15+
## Customize configuration
1616

1717
See [Vite Configuration Reference](https://vitejs.dev/config/).
18+
19+
## Usage
20+
21+
<!-- NPM-SCRIPTS-PLACEHOLDER -->

0 commit comments

Comments
 (0)