Home
国密sm2

sm-crypto npm install --save sm-crypto 使用 `js import smCrypto from 'sm-crypto' const publicKey = 'xxxxxxxxxxx' const privatekey = 'xxxx ...

Vue状态管理Pinia与VueX

Pinia 其实就是 Vuex 5,目前是Vuex的最高版本,Pinia 提供组合式风格 API,支持 TypeScript。 使用起来比Vuex简单。 Pinia,删除了mutations , 只有 states getters actions 定义 Pinia store 是使用 defineStore() 定义的,并且它需要一个唯一名称,作为第一个参 ...

VScode 插件

官方推荐 Path Intellisense 智能路径提示 any-rule 常用正则,使用方式 F1 / 右键-正则大全 / @zz Auto Import Typescript 导入分析提示 Auto Rename Tag 自动同步修改闭合标签 CS ...