Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 674 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 674 Bytes

myblog

This is a simple website building with vue and php,including vue,vue-router,vue-axios,webpack,vue-material and php.

You can use yarn or npm to install this project.
运行环境:node,npm,phpstudy

yarn install or npm install
npm run dev
npm run build

需要注意的是直接git clone 或者download的话,需要在Article.vueMessage.vue里面把php的路径改为自己机子上的phpurl,并且把server的php文件复制到php根目录下面,例如我在本机跑的话改为http://localhost:9096/comment.php

还有就是php文件里面连接数据库的url,username,password,database都需要进行相应的修改。