vue-code-view
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

Vue Code View(VCV)

Build Status GitHub license npm npm bundle size npm

English | 简体中文

Vue SFC REPL as a Vue 2.7+ component.

💻 Simple Usage

<script setup>
import { Repl } from "vue-code-view";
import "vue-code-view/style.css";
</script>

<template>
  <Repl />
</template>

📋 Changelog

Detailed changes for each release are documented in the release notes.

💡 Inspired

Inspired by shared links.

💳 License

VCV is licensed under the terms of the MIT License.

Copyright (c) 2021-present Anduril

Package Sidebar

Install

npm i vue-code-view

Weekly Downloads

39

Version

0.6.1

License

MIT

Unpacked Size

23.3 MB

Total Files

95

Last publish

Collaborators

  • anduril