Skip to content

jiangfz1997/Blog_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Frontend (Vue 3)

How to run this Vue 3 frontend.

Prerequisites

  • Node.js (LTS recommended)
  • npm

Check versions:

node -v
npm -v
# or
yarn -v
pnpm -v

Setup

From the project root (./vue3-blog):

  1. Install dependencies (choose one):
npm install

Development server

Many Vue 3 projects use Vite or Vue CLI. Run the command that exists in package.json:

  • Vite:
npm run dev

Open http://localhost:5173 or the port shown in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages