乐躬耕于陇亩兮,吾爱吾庐。聊寄傲于琴书兮,以待天时。
11
13
Vuex官方例子解读 Vuex官方例子解读
安装npm i vuex // or yarn add vuex Vuex 是什么 Vuex 是一个专为 Vue.js 应用程序开发的状态管理模式。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。
2019-11-13
13
11
11
08
Hexo+Github搭建博客 Hexo+Github搭建博客
github + hexo 创建个人博客 创建 .github.io 仓库 全局安装hexo npm install -g hexo 初始化项目 // 构建 hexo 项目 hexo init // 启动服务 hexo s 连接到 Git
2019-11-08
04
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2019-11-04
14 / 14