Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 512 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 512 Bytes

a-nodejs-vue-demo-project-watch-a-buck-s-status-

之前vue项目的前后端完整版本

使用:

先克隆至本地
然后克隆git clone https://github.com/supercpq/a_demo_vue_practice.git
接下来是最重要的一步,将您的服务器域名或IP地址写入到vue项目的/store/index.js的第9行的相应位置
然后在vue项目下运行npm run build并将生成的dist文件夹内的所有内容放入node项目的static目录下
然后运行 node app.js 即可