Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hawxy/vuetify-3-extended-components-example-typescript

Example showcase of how to cleanly extend Vuetify 3 components in Typescript
https://github.com/hawxy/vuetify-3-extended-components-example-typescript

Last synced: 2 days ago
JSON representation

Example showcase of how to cleanly extend Vuetify 3 components in Typescript

Awesome Lists containing this project

README

        

# Vuetify 3 Extended Components Example (Typescript)

Example project showing how to cleanly wrap & extend existing components without needing to reimplement the props/slots.

vee-validate is included as wrapping components for validation is a common scenario.

## Project setup

```
# npm
npm install

```

### Compiles and hot-reloads for development

```
# npm
npm run dev

```