mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-10 09:13:50 +08:00
refactor(readme): better headings levels
This commit is contained in:
parent
96aaa35ea2
commit
dab8d63390
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
@ -19,11 +19,11 @@ docker run -d -p 8080:80 --name it-tools -it corentinth/it-tools
|
|||
|
||||
## Contribute
|
||||
|
||||
## Recommended IDE Setup
|
||||
### Recommended IDE Setup
|
||||
|
||||
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
||||
|
||||
## Type Support for `.vue` Imports in TS
|
||||
### Type Support for `.vue` Imports in TS
|
||||
|
||||
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
|
||||
|
||||
|
@ -34,11 +34,7 @@ If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has a
|
|||
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
|
||||
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
|
||||
|
||||
## Customize configuration
|
||||
|
||||
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
||||
|
||||
## Project Setup
|
||||
### Project Setup
|
||||
|
||||
```sh
|
||||
pnpm install
|
||||
|
|
Loading…
Reference in a new issue