mkdir E:\work\myVue\getStarted && cd E:\work\myVue\getStarted
E:\work\myVue\getStarted>npm init vue@latest
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
Need to install the following packages:
create-vue@3.6.0
Ok to proceed? (y)
Vue.js - The Progressive JavaScript Framework
โ Project name: ... vue-project
โ 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 E:\work\myVue\getStarted\vue-project...
Done. Now run:
cd vue-project
npm install
npm run dev
E:\work\myVue\getStarted>cd vue-project
E:\work\myVue\getStarted\vue-project>npm install
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
added 32 packages, and audited 33 packages in 4s
4 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
E:\work\myVue\getStarted\vue-project>npm run dev
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
> vue-project@0.0.0 dev
> vite
VITE v4.1.4 ready in 373 ms
โ Local: http://127.0.0.1:5173/
โ Network: use --host to expose
โ press h to show help