使用vue+express+mysql开发的例子
- vue
- vue-router
- axios
- webpack
- vuelidate
- pug
- moment
- bootstrap
- es6
- html5
- express
- body-parser
- express-validator
- mysql
- md5
- token
- nodemon
- git clone
https://github.com/dongning2018/blog.git
- 安装依赖包 npm install
- 将dn.sql导入mysql数据库中
- 修改server/api文件中对mysql配置
- 前端服务 npm run dev
- 后端服务 npm run server
- 浏览器中访问
http://localhost:5000