0.4.1 • Published 3 years ago

cubev v0.4.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

npm.io Cubev

a Cube with Vue! A reactive, open-interface, dynamic, in-browser Vue 3 SFC renderer and editor inspired by https://sfc.vuejs.org/.

1631410354689_447469E1-B277-4c77-8B34-698F1BCFC663.png

Installation

npm i cubev

In 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

3 years ago

0.4.0

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.2.0

3 years ago

0.0.2

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago