摘要:
部署阿里云( centos + nodejs + mongodb + vue) vue 打包 dist copy node项目 public 服务器上 前端工程|后端工程|库文件 》 云服务上面 服务器类型: 部署阿里云(centos + nodejs + mongodb + vue) 简洁: 一、 阅读全文
摘要:
修改 import { mapActions } from 'vuex' 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/1666447/201907/1666447-20190703141428660-1825071713.png) ![](https://img2018.cnblogs.com/blog/1666447/201907/1666447-20190703141538554-1068240354.png)
![](https:/... 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/1666447/201907/1666447-20190702213116454-524017779.png) 阅读全文
摘要:
``` ``` 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/1666447/201906/1666447-20190627210727565-1384954838.png) ![](https://img2018.cnblogs.com/blog/1666447/201906/1666447-20190627203925370-1978341773.png) ![](https:... 阅读全文
摘要:
原理 场景:打算开发中大型应用 特点: 集中式数据管理, 一处修改,多处使用 思维: store this.$store.commit('increment') mutations this.$store.dispatch('jia') actions mapActions() actions ma 阅读全文
摘要:
样式冲突原因:样式会继承,子组件会继承父组件;样式都会写入style标签。解决方法:BEM、scoped、模块化 npm i node sass sass loader S安装环境 方法1 样式定义: 样式要以类或者id 打头作为选择器 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/1666447/201906/1666447-20190625094515937-734711232.png) ``` 多组件生命周期关系: 父beforeCreate->父created->父beforeMount(子周期)父mounted 子周期: 子beforeCreate->子created->子beforeM... 阅读全文
摘要:
安装的时候只选择babel 阅读全文