Template for Vue3, TS, ESLint + Prettier
NOTE: This project is fully ESM
To make sure the development is a nice experience within VSCode we have some recommended extensions.
Go to your extensions tab. And search for @recommended
Install them and continue with the next step
Make sure you are running Node LTS v18 (lts/hydrogen)
nvm install lts/hydrogen
nvm use lts/hydrogen
Make sure you have the modern yarn enabled
corepack enable
Installing packageges used by this project:
yarn
# OR
yarn install
Running the project with:
yarn dev