0.6.1 • Published 2 years ago

vue-code-view v0.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.7

4 years ago

0.3.2

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.1

4 years ago