0
点赞
收藏
分享

微信扫一扫

[record] 前端常用工具插件库

成义随笔 2022-02-05 阅读 78

【动画】

1、animate.css

npm install animate.css

import 'animate.css'

【mock】

1、nanoid

npm install nanoid

import { nanoid } from 'nanoid'
model.id = nanoid() //=> "V1StGXR8_Z5jdHi6B-myT"
举报

相关推荐

0 条评论