前端代码web

下载代码

git clone https://github.com/dyrnq/mhgoi-blog.git

运行

cd mhgoi-blog/frontend/web

# 只需运行一次 npm install
npm install

npm run dev

默认端口

:8888

build

npm run build