0.1.10 • Published 4 years ago
vue-xrender v0.1.10
Introduction
A library that lets you render jsx or tsx components in a template, making your ui rendering more flexible.
vue2 and vue3 are supported.
Installation
for npm
npm i vue-xrenderfor yarn
yarn add vue-xrenderfor pnpm
pnpm add vue-xrenderBrowser
<!-- Unpkg -->
<script src="https://unpkg.com/vue-xrender@latest" />
<!-- JsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/vue-xrender@latest" />Usage
The usage is documented in the documentation.
Contributing
Learn about contribution here.
This project exists thanks to all the people who contribute:
License
MIT License © 2022-PRESENT yangjinming