Vue Superman 不是一个具体的 npm 包,它是我把工作中可复用部分抽离出来的库集合。
虽然它叫 Vue Superman,但提供的库并不局限于 Vue。希望里面的库或小工具能够解决你一些开发难点,让你开发得更舒服。
库名 | 文档 | 版本 | 描述 |
---|---|---|---|
vue-xrender | 链接 | 一个可以让你在 vue template 中渲染 jsx 或在 jsx 中渲染 template 字符串的库,自由渲染由你做主。支持 vue2 和 vue3。 | |
class-mock | 链接 | 一个可以让你用装饰器配合 class 生成假数据的 mock 库。基于 faker.js 库。 | |
vue-playground | 链接 | 一个代码编辑运行器,实时编辑、实时编译、实时预览。 | |
vuepress-plugin-sandbox | 链接 | 它是一个基于 vue-playground 的 vuepress 插件,支持快速书写实时编辑、实时编译、实时预览的 demo |
Learn about contribution here.
This project exists thanks to all the people who contribute:
MIT License © 2022-PRESENT yangjinming