Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 533 Bytes

JIDE Blog

a simple Vue + NodeJs + Express + MongoDB blog

提示

服务器相关代码已单独提出,请查阅blogServer项目

怎样使用

  1. 安装依赖 npm install

  2. 在localhost:8080上启动程序 npm run dev

构建

构建并压缩 npm run build