Skip to content

yzITI/cubev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

a Cube with Vue!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 2

  •  
  •