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.
- Host: GitHub
- URL: https://github.com/byloth/clay-vue
- Owner: Byloth
- License: apache-2.0
- Created: 2023-03-05T10:40:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T13:21:51.000Z (over 1 year ago)
- Last Synced: 2025-02-16T08:19:45.415Z (over 1 year ago)
- Topics: claymorphism, collection, components, javascript, library, typescript, vuejs
- Language: Vue
- Homepage: https://byloth.github.io/clay-vue/
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```