blog
blog copied to clipboard
a simple Vue + NodeJs + Express + MongoDB blog
JIDE Blog
提示
服务器相关代码已单独提出,请查阅blogServer项目
怎样使用
-
安装依赖
npm install -
在localhost:8080上启动程序
npm run dev
- 首页 localhost:8080
- 后台 localhost:8080/admin 账号
test密码test
构建
构建并压缩 npm run build