- 博客(3)
- 收藏
- 关注
原创 Vue3使用Markdown原来这么简单
今天发现一个markdown神器,专门针对Vue开发的一款markdown,使用起来也非常的简单easy。叫做 v-md-editor 这里是v-md-editor的官网 https://ckang1229.gitee.io/vue-markdown-editor/zh/ 安装步骤(Vue3为例子) 1.安装 npm i @kangc/v-md-editor@next -S vue2通过 npm i @kangc/v-md-editor -S main.js引入 import VMdEditor fro
2022-02-26 14:46:44
2675
2
原创 Vue3使用Vuex
一、使用vuex 1.安装vuex npm install vuex@next --save 2.使用vuex 从vue官网中可以得知vue3使用vuex的方法改变了。 2.1src下新建文件store 新建文件index.js 2.2配置store import { createStore } from "vuex"; //创建状态 const state = { } //创建actions const actions = { } //创建mutataions const mutations
2022-02-24 16:59:41
2599
1
原创 【Redis】window(win11)系统redis的安装使用最新教程——图文介绍
redis官方推荐redis在linux系统下使用,但在平常的开发学习当中,在window下更好测试,今天就给出window下的安装方法! 一、下载redis安装程序 redis官网的只支持linux使用,但redis实在太香了 github上有了window可使用redis! github链接:https://github.com/tporadowski/redis/releases 考虑到国内有时访问不到 github或者下载过慢 上传到了阿里云盘地址:https://www.aliyundrive.
2022-02-19 18:45:36
9307
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅