https://github.com/davigmacode/vuetify-extended-dialogs
https://github.com/davigmacode/vuetify-extended-dialogs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davigmacode/vuetify-extended-dialogs
- Owner: davigmacode
- License: mit
- Created: 2018-10-03T07:06:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:52:10.000Z (over 2 years ago)
- Last Synced: 2025-01-21T14:21:36.950Z (5 months ago)
- Language: Vue
- Size: 1.53 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuetify-extended-dialogs
[](https://github.com/Irfan Vigma Taufik/vuetify-extended-dialogs/issues)
[](https://www.npmjs.com/package/vuetify-extended-dialogs)
[](https://github.com/Irfan Vigma Taufik/vuetify-extended-dialogs/blob/master/LICENSE)## Usage
```HTML```
```javascript
import { vuetify-extended-dialogs } from 'vuetify-extended-dialogs'export default {
components: {
vuetify-extended-dialogs
}
}
```
## API## Installation
```
npm install vuetify-extended-dialogs
```## 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
```