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

https://github.com/byloth/clay-vue

🪔 Fluffy, friendly & 3D: reusable Vue components based on the Claymorphism UI design style.
https://github.com/byloth/clay-vue

claymorphism collection components javascript library typescript vuejs

Last synced: about 2 months ago
JSON representation

🪔 Fluffy, friendly & 3D: reusable Vue components based on the Claymorphism UI design style.

Awesome Lists containing this project

README

          

# Clay Vue 🪔

Fluffy, friendly & 3D: reusable Vue components based on the Claymorphism UI design style.

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm run dev
```

### Compile and Minify for Production

```sh
pnpm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm run lint
```

### Type-Checking with [TypeScript](https://www.typescriptlang.org/)

```sh
pnpm run typecheck
```