Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akinoccc/ui-library-vue3-starter


https://github.com/akinoccc/ui-library-vue3-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ui-library-vue3-starter

## Start

### Install

```shell
pnpm i
```

### Start Dev

```shell
pnpm dev
```

You can import the component to "/example/app.example.vue" which you want to preview.

## Preview

Preview the built components.

```shell
pnpm docs:dev
```

you can see the result **after building the packages**.

## Build

```shell
pnpm build
```