{"id":14973800,"url":"https://github.com/jasonwilczak/vuetify-simple-wizard","last_synced_at":"2025-10-07T18:27:44.280Z","repository":{"id":56569709,"uuid":"148007066","full_name":"jasonwilczak/vuetify-simple-wizard","owner":"jasonwilczak","description":"A simple wizard that uses Vue2+Vuetify to get you going quickly","archived":false,"fork":false,"pushed_at":"2020-10-31T00:11:16.000Z","size":381,"stargazers_count":5,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-06T12:37:31.501Z","etag":null,"topics":["javascript","stepper","vuejs2","vuetify","wizard"],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jasonwilczak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-09T08:30:58.000Z","updated_at":"2020-10-31T00:09:30.000Z","dependencies_parsed_at":"2022-08-15T21:10:21.401Z","dependency_job_id":null,"html_url":"https://github.com/jasonwilczak/vuetify-simple-wizard","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwilczak%2Fvuetify-simple-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwilczak%2Fvuetify-simple-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwilczak%2Fvuetify-simple-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonwilczak%2Fvuetify-simple-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonwilczak","download_url":"https://codeload.github.com/jasonwilczak/vuetify-simple-wizard/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238337077,"owners_count":19455248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","stepper","vuejs2","vuetify","wizard"],"created_at":"2024-09-24T13:49:25.864Z","updated_at":"2025-10-07T18:27:39.261Z","avatar_url":"https://github.com/jasonwilczak.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuetify-simple-wizard\n\n![npm](https://img.shields.io/npm/v/vuetify-simple-wizard.svg?style=plastic)\n![NpmLicense](https://img.shields.io/npm/l/vuetify-simple-wizard.svg?style=plastic)\n![npm](https://img.shields.io/npm/dt/vuetify-simple-wizard.svg?style=plastic)\n\n\nA simple wizard that uses Vue2+Vuetify to get you going quickly\n\n## Getting Started\n\n### Installing\n\nInstall with npm:\n```bash\nnpm install --save vuetify-simple-wizard\n```\n\nimport into project:\n```js\nimport Vue from 'vue';\nimport Vuetify from 'vuetify';\nimport 'vuetify/dist/vuetify.min.css'\nimport 'material-design-icons-iconfont/dist/material-design-icons.css'\nimport VuetifySimpleWizard from 'vuetify-simple-wizard';\n\nVue.use(Vuetify)\nVue.use(VuetifySimpleWizard);\n```\n\n**or**\n\nimport into component: \n\n```js\n// within your component script tag\nimport { SimpleWizard } from 'vuetify-simple-wizard';\n\n// in your components\ncomponents: {\n  'vuetify-simple-wizard': SimpleWizard,\n}\n```\n\n### API\n\n[Wiki/API](https://github.com/jasonwilczak/vuetify-simple-wizard/wiki/API)\n\n### Examples\n\n[Wiki/Examples](https://github.com/jasonwilczak/vuetify-simple-wizard/wiki/Examples)\n\n## Contributing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonwilczak%2Fvuetify-simple-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonwilczak%2Fvuetify-simple-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonwilczak%2Fvuetify-simple-wizard/lists"}