$前端
$ git clone https://gitee.com/huang-rijian/Vue-personal-Blog-front-end.git
$ cd Vue-personal-Blog-front-end
$ npm install
$ npm run serve
$后端
$ git clone https://gitee.com/huang-rijian/node-personal-blog-system
$ cd node-personal-blog-system
$ npm install
dbOption = {
connectionLimit: 10,
host: "localhost",
user: "root", //修改为本地数据库的用户名
password: "xxxx", //修改为本地数据库的密码
port: "3306",
database: "blog",
};
$ npm dev
$ 成功后访问http://127.0.0.1:3000是否正常,正常下一步
$ 账号:999
$ 密码:999