Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsajiravand/vue3-form-wizard-doc
vue3 form wizard document
https://github.com/parsajiravand/vue3-form-wizard-doc
document documentation javascript vue vue3
Last synced: about 1 month ago
JSON representation
vue3 form wizard document
- Host: GitHub
- URL: https://github.com/parsajiravand/vue3-form-wizard-doc
- Owner: parsajiravand
- License: mit
- Created: 2022-09-05T08:35:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T16:26:39.000Z (7 months ago)
- Last Synced: 2024-07-10T19:55:39.832Z (7 months ago)
- Topics: document, documentation, javascript, vue, vue3
- Homepage: https://vue3-form-wizard-document.netlify.app/
- Size: 697 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
---
home: true
title: Vue3 Form Wizard | Home
heroImage: https://i.postimg.cc/258CSGbV/vue3-form-wizard-icon.png
heroText: Vue3 Form Wizard
tagline: Vue3 Form Wizard is a vue based component with no external depenendcies which simplifies tab wizard management.
actions:
- text: Get Started
link: /usage/
type: primary
features:
- title: Simplicity First
details: Minimal setup with markdown-centered project structure helps you focus on writing.
- title: Vue-Powered
details: Enjoy the dev experience of Vue, use Vue components in markdown, and develop custom themes with Vue.
- title: Performant
details: VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
- title: Themes
details: Providing a default theme out of the box. You can also choose a community theme or create your own one.
- title: Plugins
details: Flexible plugin API, allowing plugins to provide lots of plug-and-play features for your site.
- title: Bundlers
details: Default bundler is Vite, while Webpack is also supported. Choose the one you like!
footer: MIT Licensed | Copyright © 2022-present Parsa Jiravand
---### As Easy as 1, 2, 3
```bash
# install in your project
yarn add vue3-form-wizard```
```bash
# install in your project
npm install vue3-form-wizard```
```