[NodeJS]$ npm init vue@latest
Need to install the following packages:
create-vue@3.6.1
Ok to proceed? (y) y
Vue.js - The Progressive JavaScript Framework
✔ Project name: … google-calculator
✔ 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]
✔ Add Prettier for code formatting? … No / [Yes]
Scaffolding project in /home/fedora-36-aarch64/Projects/NodeJS/google-calculator...
Done. Now run:
cd google-calculator
npm install
npm run format
npm run dev