0.4.1 • Published 5 years ago
cubev v0.4.1
Cubev
a Cube with Vue! A reactive, open-interface, dynamic, in-browser Vue 3 SFC renderer and editor inspired by https://sfc.vuejs.org/.

Installation
npm i cubevIn index.html, add the following element to <head>
<script>window.process = { env: {} }</script>Get Started
<template>
<cubev :state="state1"></cubev>
<cubev :state="state2"></cubev>
</template>
<script setup>
import { reactive } from 'vue'
import Cubev from 'cubev'
const state1 = reactive({})
const state2 = reactive({})
</script>0.4.1
5 years ago
0.4.0
5 years ago
0.3.6
5 years ago
0.3.5
5 years ago
0.3.4
5 years ago
0.3.3
5 years ago
0.3.0
5 years ago
0.3.2
5 years ago
0.3.1
5 years ago
0.1.0
5 years ago
0.0.3
5 years ago
0.2.0
5 years ago
0.0.2
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.1
5 years ago
0.0.0
5 years ago