How to run this Vue 3 frontend.
- Node.js (LTS recommended)
- npm
Check versions:
node -v
npm -v
# or
yarn -v
pnpm -vFrom the project root (./vue3-blog):
- Install dependencies (choose one):
npm installMany Vue 3 projects use Vite or Vue CLI. Run the command that exists in package.json:
- Vite:
npm run devOpen http://localhost:5173 or the port shown in the terminal.