Skip to content

a simple Vue + NodeJs + Express + MongoDB blog

Notifications You must be signed in to change notification settings

jide123456/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIDE Blog

a simple Vue + NodeJs + Express + MongoDB blog

提示

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

怎样使用

  1. 安装依赖 npm install

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

构建

构建并压缩 npm run build