vue-form-render
Base on Vue 3.x, Quickly generates custom form configuration interfaces using JSON Schema.
File Explorer
Download Latest Version (.zip)- array.vue
- boolean.vue
- demo.vue
- example.vue
- list.vue
- number.vue
- obj.vue
- string.vue
- logo.png
- config.js
- dist
- array.md
- boolean.md
- number.md
- object.md
- string.md
- README.md
- README.md
- README.md
- README.md
- package.json
- all.vue
- array.vue
- demo.vue
- demoIndex.vue
- links.vue
- multi.vue
- object.vue
- richText.vue
- simple.vue
- string.vue
- array.vue
- boolean.vue
- demo.vue
- docsIndex.vue
- list.vue
- number.vue
- object.vue
- string.vue
- index.js
- App.vue
- main.js
- common.less
- index.js
- utils.js
- validate.js
- boolean.jsx
- color.jsx
- date.jsx
- image.jsx
- index.jsx
- input.jsx
- multiCheckbox.jsx
- multiSelect.jsx
- number.jsx
- range.jsx
- richText.jsx
- url.jsx
- index.jsx
- img.png
- favicon.ico
- index.html
- .gitignore
- babel.config.js
- deploy.sh
- LICENSE
- package-lock.json
- package.json
- README.md
- vue.config.js
# Installation Guide
1. Get the code
git clone https://github.com/muwoo/vue-form-render
Downloads the entire project code from GitHub to your computer.
cd vue-form-render
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i vue3-form-render --save
Type this command into your terminal and run it.
<img alt="npm" src="https://img.shields.io/github/package-json/v/muwoo/vue-form-render" />
Type this command into your terminal and run it.
<img alt="npm" src="https://img.shields.io/github/last-commit/muwoo/vue-form-render" />
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
