0.3.5 • Published 3 years ago
vue-running v0.3.5
running Vue3 file online
This project fork from vuejs/repl.
Why?
When you need to demonstrate vue components/effects, need the ability to preview online. Unlike sfc, it can be embedded into components and supports ui library introduction.
Install
npm i vue-runningUsage
<script setup>
import vueRunning from 'vue-running'
</script>Options
codeMirrorOption:
codeMirror options, please see CodeMirror
depLibs:
dependencies ```typescript interface depLibsType { name: string; // ui library name url?: string; // url to library code?: string; // code to import type: 'js' | 'css'; // js or css. } ```layout:
layout 'horizontal' | 'vertical';
0.2.17
4 years ago
0.2.16
4 years ago
0.2.15
4 years ago
0.2.14
4 years ago
0.2.13
4 years ago
0.2.12
4 years ago
0.2.10
4 years ago
0.2.1
4 years ago
0.1.2
4 years ago
0.2.0
4 years ago
0.2.7
4 years ago
0.3.5
3 years ago
0.2.6
4 years ago
0.2.9
4 years ago
0.2.8
4 years ago
0.3.2
4 years ago
0.2.2
4 years ago
0.1.3
4 years ago
0.3.4
4 years ago
0.2.5
4 years ago
0.3.3
4 years ago
0.2.4
4 years ago
0.1.0
4 years ago
0.0.8
4 years ago
0.0.3
4 years ago
0.0.1
4 years ago