Skip to content

pavellzubkov/element-plus-form-shema

Repository files navigation

Element Plus Form Shema Example

Build Status

Simple example. Sync and async validation, composition api, typescript. Only for frontend. For usage copy MyForm (src/components/MyForm) folder to your project. Use MyFormC component. Register custom components in MyFormComps.ts. Example of custom components in CustomFields folder. Form shemas you can find in DocsShemas folder. For managing docs (for save for example) using CreateDocC component. Shemas base class contains method for trim string field (example before save). Modify, refactor for your needings.

Animate css library has been used for field transitions.

Github Pages Demo.

CodeSandbox Demo.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Links

See Vue 3.

See Element Plus.

See async-validator.

See Animate css.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published