This is a template Vue 3 project, integrated with:
Use IDE VSCode for development.
You must make VSCode to use Typescript which is installed on node_modules instead of a builtin one.
Open command palette (ctrl + shift + p) and search for TypeScript: Select TypeScript Version...
to
update the settings.
Install VSCode extensions Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
You must make VSCode to use Typescript which is installed on node_modules instead of a builtin one.
Open command palette (ctrl + shift + p) and search for Volar: Select TypeScript Version...
to
update the settings.
Install VSCode extension ESLint
and set it as default formatter for all .vue and .ts files in VSCode. Though Prettier is installed
on pnpm i
, you don't need to install or enable Prettier
extension, since we are not using it with VSCode.
pnpm i
pnpm dev
pnpm build
pnpm test:unit
pnpm lint
pnpm storybook