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
- Host: GitHub
- URL: https://github.com/sahadev/vcc3-use-demo
- Owner: sahadev
- Created: 2022-01-29T08:08:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T11:04:30.000Z (about 4 years ago)
- Last Synced: 2023-03-05T16:08:28.474Z (over 3 years ago)
- Topics: vcc
- Language: JavaScript
- Homepage:
- Size: 32.6 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```