From: Haoqun Jiang Date: Tue, 10 Aug 2021 08:21:39 +0000 (+0800) Subject: chore: add `NPM-SCRIPTS-PLACEHOLDER` in README X-Git-Tag: v3.0.0-alpha.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86533d871412b38f765b615a6c3ade7ff69e1f62;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: add `NPM-SCRIPTS-PLACEHOLDER` in README --- diff --git a/index.js b/index.js index 7a39bdaa..07ee09df 100755 --- a/index.js +++ b/index.js @@ -214,7 +214,8 @@ async function init() { (isSPA ? 'spa' : 'default') render(`code/${codeTemplate}`) - // TODO: README generation + // TODO: + // Replace `` in README with detailed explanation of npm scripts. // Cleanup. diff --git a/template/config/base/README.md b/template/config/base/README.md index 0c089225..c3a42c19 100644 --- a/template/config/base/README.md +++ b/template/config/base/README.md @@ -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 + +