摘要: vue-class-component 安装 npm install vue-class-component vue-property-decorator --save-dev get=>computed set=>当检测到值发生变化是会调用set 参考:https://my.oschina.net 阅读全文
posted @ 2019-12-05 22:14 lipu1993 阅读(2329) 评论(0) 推荐(0)
摘要: 接口调用 前端分两层 先 controller 定义 然后service 定义引入 阅读全文
posted @ 2019-12-05 19:06 lipu1993 阅读(163) 评论(0) 推荐(0)
摘要: 安装react npm install -g create-react-app create-react-app demo01 //用脚手架创建React项目 cd demo01 //等创建完成后,进入项目目录 npm start //预览项目,如果能正常打开,说明项目创建成功 阅读全文
posted @ 2019-12-05 14:26 lipu1993 阅读(108) 评论(0) 推荐(0)