https://github.com/wayou/egg-form-validation-example
egg form validation example
https://github.com/wayou/egg-form-validation-example
eggjs form validation
Last synced: 27 days ago
JSON representation
egg form validation example
- Host: GitHub
- URL: https://github.com/wayou/egg-form-validation-example
- Owner: wayou
- Created: 2019-04-08T18:10:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T18:11:04.000Z (over 6 years ago)
- Last Synced: 2025-01-23T04:18:45.319Z (9 months ago)
- Topics: eggjs, form, validation
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
egg-form-validate-example
===Sample repo to demonstrate form validation in Egg.js with egg-validation plugin.
## Installing
```sh
$ npm i
# or
$ yarn
```## Usage
start the server and visit localhost:7002.
```sh
$ npm run dev
# or
$ yarn dev
```