Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ektx/vc2
Vue3 UI
https://github.com/ektx/vc2
ui vue-next
Last synced: about 1 month ago
JSON representation
Vue3 UI
- Host: GitHub
- URL: https://github.com/ektx/vc2
- Owner: ektx
- Created: 2020-06-24T05:48:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:26:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:20:03.323Z (9 months ago)
- Topics: ui, vue-next
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# VC 2
Vue 3.x UI 组件库
## Development
```sh
yarn dev
```## Publish
```sh
# build
yarn build# publish
npm publish
```## E2E
```sh
yarn e2e
```