https://github.com/davigmacode/vuetify-extended-form
https://github.com/davigmacode/vuetify-extended-form
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davigmacode/vuetify-extended-form
- Owner: davigmacode
- License: mit
- Created: 2018-10-03T07:06:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:52:09.000Z (over 3 years ago)
- Last Synced: 2025-07-29T04:44:42.303Z (11 months ago)
- Language: Vue
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuetify-extended-form
[](https://github.com/Irfan Vigma Taufik/vuetify-extended-form/issues)
[](https://www.npmjs.com/package/vuetify-extended-form)
[](https://github.com/Irfan Vigma Taufik/vuetify-extended-form/blob/master/LICENSE)
## Usage
```HTML
```
```javascript
import { vuetify-extended-form } from 'vuetify-extended-form'
export default {
components: {
vuetify-extended-form
}
}
```
## API
## Installation
```
npm install vuetify-extended-form
```
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```
### Update the API section of README.md with generated documentation
```
yarn run doc:build
```
### Run style guide dev server
```
yarn run styleguide
```
### Generate a static HTML style guide
```
yarn run styleguide:build
```