Go and Vuejs
npm init vue@latest
Project name vue-Project
Add TypeScript? Yes
Add JSX Support? No
Add Vue Router for Single Page Application development? Yes
Add Pinia for state management? Yes
Add Vitest for Unit Testing? Yes
Add Cypress for End-to-End Testing? No
Add ESLint for linting? Yes
Add Prettier for code formatting? Yes
cd vue-project
npm install
npm run lint
npm run dev
npm i axios