Install dependencies:
yarn installStart vite in development mode, allowing you to view and test your Vue application in the browser.
yarn devBuilds the production-ready version of the project.
yarn buildServes the project using Vite's preview mode.
yarn serveRuns end-to-end tests using CodeceptJS.
yarn e2eRuns unit tests using Jest.
yarn unitRuns ESLint to check for linting errors in .js and .vue files within the ./src directory.
yarn lintRuns ESLint with the --fix option to automatically fix linting errors in .js and .vue files within the ./src directory.
yarn lint:fix