https://github.com/zymbth/element-plus-form-validation-demo
Demo of element-plus form validation
https://github.com/zymbth/element-plus-form-validation-demo
demo elementplus form-validation
Last synced: about 2 months ago
JSON representation
Demo of element-plus form validation
- Host: GitHub
- URL: https://github.com/zymbth/element-plus-form-validation-demo
- Owner: zymbth
- License: mit
- Created: 2023-12-27T15:19:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T07:44:03.000Z (about 1 year ago)
- Last Synced: 2025-02-08T02:43:56.363Z (3 months ago)
- Topics: demo, elementplus, form-validation
- Language: Vue
- Homepage: https://zymbth.github.io/element-plus-form-validation-demo/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo list: element-plus' form validation
> 博文:[element-plus 表单验证使用 个人总结](https://blog.csdn.net/ymzhaobth/article/details/120820053)
本项目主要内容为:表单验证介绍、使用、实例
已部署到 Github Page [Go](https://zymbth.github.io/element-plus-form-validation-demo/)
## 本地运行
```bash
git clone https://github.com/zymbth/element-plus-form-validation-demo.gitcd element-plus-form-validation-demo
yarn install # npm install
yarn dev # npm run dev
```