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
- Host: GitHub
- URL: https://github.com/wakeadmin/cvv-sfc-demo
- Owner: wakeadmin
- Created: 2023-06-10T14:22:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T10:18:46.000Z (about 3 years ago)
- Last Synced: 2024-12-28T11:32:22.049Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```