A vue.js project used to hire and find jobs
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
个人用户:http://localhost:8080 公司用户: http://localhost:8080/static/company/index.html 官方管理员:没做...
用的关系型数据库mysql,ORM是node上运行的的sequelize.js,数据库配置在/config/params.js 若使用cnpm安装,移动端的vux可能会有问题,npm慢点就慢点吧。 自己学习node和vue写着玩的东西,还有很多功能没做,比如官方的管理员后台,用户完善个人简历,公司操作简历。快过年了,以后再完善.. webpack用的express我直接拿来写接口,是有点奇怪。。
For detailed explanation on how things work, checkout the guide and docs for vue-loader.