Home
Softono

Vue Code View

Open source MIT TypeScript
139
Stars
36
Forks
9
Issues
0
Watchers
2 years
Last Commit

 About Vue Code View

Vue Code View is a Vue 2.7+ component that provides a SFC REPL (Read-Eval-Print Loop) environment similar to @vue/repl. It allows developers to render interactive Vue single file component playgrounds directly in their applications. The package exposes a Repl component that can be imported and used with minimal setup, requiring only the component registration and a CSS file import. It is useful for creating live code demos, documentation examples, and interactive tutorials where users can edit and preview Vue components in real time within a Vue 2.7+ application.

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Vue Code View?

We provide expert installation service for this software. Our team will install, configure, and secure Vue Code View on your server. plans start at just $30.

Vue Code View

View on GitHub

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