Repository with Vue examples of the different features that the framework offers us.
npm install
or if you prefer:
yarn install
npm run dev
or if you use yarn:
yarn dev
and you can access the project at http://localhost:5173/
Lint with ESLint
npm run lint