Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```