An open API service indexing awesome lists of open source software.

https://github.com/sahadev/vcc3-use-demo

Demonstrate how to use VCC3
https://github.com/sahadev/vcc3-use-demo

vcc

Last synced: 8 months ago
JSON representation

Demonstrate how to use VCC3

Awesome Lists containing this project

README

          

# vcc3-use-demo

Demonstrate how to use VCC3

VCC3: [https://vcc3.surge.sh/](https://vcc3.surge.sh/)

Just clone & install & npm run dev, That's ok.

## vcc-use-demo

Demonstrate how to use vcc(for vue2)

```html


页面预览

.container {}



new Vue({
props: [],
components: {
vcc: vcc
}
}).$mount("#app")

```