0.0.3-beta • Published 1 year ago

@guolao/js-playground v0.0.3-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

JS Playground

A js playground component in vue3.

LICENSE NPM

Installation

npm i @guolao/js-playground

Usage

<template>
  <js-playground default-code="code" />
</template>

<script setup>
import { JSPlayground } from '@guolao/js-playground'
import '@guolao/js-playground/dist/style.css'

const code = 'console.log(123)'
</script>
0.0.3-beta

1 year ago

0.0.2-beta

1 year ago