Link: https://vuejs.org/guide/quick-start.html
npm init vue@latest
Need to install the following packages:
create-vue@latest
Ok to proceed? (y)
Vue.js - The Progressive JavaScript Framework
✔ Project name: … frontend
✔ Add TypeScript? … No / Yes
✔ Add JSX Support? … No / Yes
✔ Add Vue Router for Single Page Application development? … No / Yes
✔ Add Pinia for state management? … No / Yes
✔ Add Vitest for Unit Testing? … No / Yes
✔ Add an End-to-End Testing Solution? › No
✔ Add ESLint for code quality? … No / Yes
Scaffolding project in /home/sv/devel/search/frontend...
Done. Now run:
cd frontend
npm install
npm run dev