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

https://github.com/wakeadmin/cvv-sfc-demo

Vue 跨版本组件库, SFC 方案 DEMO
https://github.com/wakeadmin/cvv-sfc-demo

Last synced: 8 months ago
JSON representation

Vue 跨版本组件库, SFC 方案 DEMO

Awesome Lists containing this project

README

          

# 运行

```shell
pnpm install

# 构建组件库
cd packages/components
pnpm build

# 运行
cd packages/playground-vue
pnpm dev

# 运行 vue2 版本
cd packages/playground-vue2
pnpm dev
```