Skip to content

andurils/vue-code-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6a2438 ยท Apr 3, 2023

History

90 Commits
Apr 3, 2023
Mar 30, 2023
Mar 30, 2023
Feb 21, 2022
Aug 16, 2022
Aug 8, 2021
Apr 3, 2023
Jul 21, 2022
Mar 30, 2023
Mar 30, 2023
Apr 3, 2023
Apr 3, 2023
Mar 30, 2023
Mar 30, 2023
Apr 3, 2023
Mar 30, 2023
Mar 30, 2023

Repository files navigation

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