Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hawxy/vuetify-3-extended-components-example-typescript
- Owner: Hawxy
- Created: 2023-02-21T03:02:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T14:07:59.000Z (12 months ago)
- Last Synced: 2023-11-24T14:32:36.009Z (12 months ago)
- Language: Vue
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```