npm config set registry https://registry.npmjs.org/
npm install sooyie-dbase.vue Imports in TS.vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.
Extensions: Show Built-in Extensions from VSCode's command palette
TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
Developer: Reload Window from the command palette.
sh
pnpm install
`
$3
`sh
pnpm dev
`
$3
`sh
pnpm build
`
$3
`sh
pnpm lint
``