]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: add `NPM-SCRIPTS-PLACEHOLDER` in README
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 10 Aug 2021 08:21:39 +0000 (16:21 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 10 Aug 2021 08:21:39 +0000 (16:21 +0800)
index.js
template/config/base/README.md

index 7a39bdaad681fda576185e2c9e971e49bd410632..07ee09df7e32534c854f3fc9e49ad048afac3b7b 100755 (executable)
--- a/index.js
+++ b/index.js
@@ -214,7 +214,8 @@ async function init() {
     (isSPA ? 'spa' : 'default')
   render(`code/${codeTemplate}`)
 
-  // TODO: README generation
+  // TODO:
+  // Replace `<!-- NPM-SCRIPTS-PLACEHOLDER -->` in README with detailed explanation of npm scripts.
 
   // Cleanup.
 
index 0c089225209a2853569d75450e54b36f3f8d7355..c3a42c1992db8be23bdd9c1cfca07b9b94832ab0 100644 (file)
@@ -12,6 +12,10 @@ Since TypeScript cannot handle type information for `.vue` imports, they are shi
 
 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.
 
-### Customize configuration
+## Customize configuration
 
 See [Vite Configuration Reference](https://vitejs.dev/config/).
+
+## Usage
+
+<!-- NPM-SCRIPTS-PLACEHOLDER -->