Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2214962083/vue-superman
monorepo for vue utils, but not only vue. such as render vue jsx in template; mock decorator for class to generate faker data; vue online playground and more....
https://github.com/2214962083/vue-superman
class-mock components decorator faker fakerjs monaco-editor playground sandbox vue vue-next vue-playground vue-xrender vue3 vuepress vuepress-plugin vuepress-plugin-sandbox
Last synced: about 1 month ago
JSON representation
monorepo for vue utils, but not only vue. such as render vue jsx in template; mock decorator for class to generate faker data; vue online playground and more....
- Host: GitHub
- URL: https://github.com/2214962083/vue-superman
- Owner: 2214962083
- License: mit
- Created: 2022-04-17T17:08:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T16:00:17.000Z (over 2 years ago)
- Last Synced: 2024-11-19T16:29:03.631Z (about 2 months ago)
- Topics: class-mock, components, decorator, faker, fakerjs, monaco-editor, playground, sandbox, vue, vue-next, vue-playground, vue-xrender, vue3, vuepress, vuepress-plugin, vuepress-plugin-sandbox
- Language: TypeScript
- Homepage: https://vue-superman.vercel.app/
- Size: 1.02 MB
- Stars: 33
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Introduction
Vue Superman is not a specific npm package, it is a collection of libraries that I extracted from the reusable part of my work.
Although it's called Vue Superman, the library provided is not limited to Vue. I hope the libraries or utils in it can solve some of your development difficulties and make your development more comfortable.
## Document
[View documentation](https://vue-superman.vercel.app/)
## Libs List
| Name | Document | Version | Description |
| -------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [vue-xrender](./packages/vue-xrender/) | [link](https://vue-superman.vercel.app/libs/vue-xrender/) | | A library that allows you to render jsx in vue template or render template string in jsx, free rendering is up to you. Support vue2 and vue3. |
| [class-mock](./packages/class-mock/) | [link](https://vue-superman.vercel.app/libs/class-mock/) | | A mock library that allows you use decorators with classes to generate fake data. Based on faker.js library. |
| [vue-playground](./packages/vue-playground/) | [link](https://vue-superman.vercel.app/libs/vue-playground/) | | A code editor runner, real-time editing, real-time compilation, real-time preview. |
| [vuepress-plugin-sandbox](./packages/vuepress-plugin-sandbox/) | [link](https://vue-superman.vercel.app/libs/vuepress-plugin-sandbox/) | | It is a vuepress plugin based on vue-playground, which supports rapid writing of demos of real-time editing, real-time compilation, and real-time preview. |## Contributing
Learn about contribution [here](https://github.com/2214962083/vue-superman/blob/master/CONTRIBUTING.md).
This project exists thanks to all the people who contribute:
## License
[MIT](https://github.com/2214962083/vue-superman/blob/master/LICENSE) License © 2022-PRESENT [yangjinming](https://github.com/2214962083)