All Projects → formschema → Elementui

formschema / Elementui

Licence: mit
Generate a form using JSON Schema, Vue and ElementUI

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Elementui

Vue Json Ui Editor
Edit JSON in UI form with JSON Schema and Vue.js
Stars: ✭ 392 (+201.54%)
Mutual labels:  json, schema
Sleekdb
Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.
Stars: ✭ 450 (+246.15%)
Mutual labels:  json, schema
Specs
Technical specifications and guidelines for implementing Frictionless Data.
Stars: ✭ 403 (+210%)
Mutual labels:  json, schema
Scobot
SCORM API for Content. JavaScript library, QUnit tests and examples.
Stars: ✭ 128 (-1.54%)
Mutual labels:  json, schema
Metayaml
A powerful schema validator!
Stars: ✭ 92 (-29.23%)
Mutual labels:  json, schema
Schema
📐 Validating data structures against a given Schema.
Stars: ✭ 359 (+176.15%)
Mutual labels:  json, schema
Plank
A tool for generating immutable model objects
Stars: ✭ 449 (+245.38%)
Mutual labels:  json, schema
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+94.62%)
Mutual labels:  json, schema
Mongoose Patch History
Mongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
Stars: ✭ 82 (-36.92%)
Mutual labels:  json, schema
Govalid
Data validation library for golang. [MIGRATING TO NEW ADDRESS]
Stars: ✭ 59 (-54.62%)
Mutual labels:  json, schema
Mimesis
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
Stars: ✭ 3,439 (+2545.38%)
Mutual labels:  json, schema
Schema Registry
Confluent Schema Registry for Kafka
Stars: ✭ 1,647 (+1166.92%)
Mutual labels:  json, schema
Oscal
Open Security Controls Assessment Language (OSCAL)
Stars: ✭ 272 (+109.23%)
Mutual labels:  json, schema
Native
Generate a form using JSON Schema and Vue.js
Stars: ✭ 382 (+193.85%)
Mutual labels:  json, schema
Json Schema To Ts
Infer TS types from JSON schemas 📝
Stars: ✭ 261 (+100.77%)
Mutual labels:  json, schema
Flatcc
FlatBuffers Compiler and Library in C for C
Stars: ✭ 434 (+233.85%)
Mutual labels:  json, schema
Json2react
Use JSON to create React Components.
Stars: ✭ 158 (+21.54%)
Mutual labels:  json, schema
Newtonsoft.json.schema
Json.NET Schema is a powerful, complete and easy to use JSON Schema framework for .NET
Stars: ✭ 167 (+28.46%)
Mutual labels:  json, schema
Graphql Factory
A toolkit for building GraphQL
Stars: ✭ 44 (-66.15%)
Mutual labels:  json, schema
Object Editor React
Schema-aware editor for structured JSON objects (drop-in React component)
Stars: ✭ 104 (-20%)
Mutual labels:  json, schema

FormSchema ElementUI

A ElementUI component wrapper of FormSchema.

Install

npm install --save @formschema/elementui

Run demo

# clone the repository
git clone https://gitlab.com/formschema/components/elementui

# install library dependencies
cd elementui
npm install

# build the ElementUI wrapper lib
npm run build

# install demo dependencies
cd demo
npm install

# run demo
npm run serve

License

Under the MIT license. See LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].