tomorrowzjz / vue-code-view

๐Ÿ––A Vue 2 SFC REPL component just like `@vue/repl` .

Home Page:https://andurils.github.io/vue-code-view/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

๐Ÿ––A Vue 2 SFC REPL component just like `@vue/repl` .

https://andurils.github.io/vue-code-view/

License:MIT License


Languages

Language:TypeScript 48.9%Language:Vue 31.0%Language:CSS 10.5%Language:HTML 9.6%