New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vue-xrender

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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.

latest
Source
npmnpm
Version
0.1.10
Version published
Maintainers
1
Created
Source

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.

English | 简体中文

version license coverage gzip stars

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-xrender

for yarn

yarn add vue-xrender

for pnpm

pnpm add vue-xrender

Browser

<!-- 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

Keywords

vue

FAQs

Package last updated on 26 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts