文件名称:vuito:简单,轻量,全栈,基于模板的验证
文件大小:134KB
文件格式:ZIP
更新时间:2024-04-10 16:17:47
lightweight template validation frontend full-stack
威托 简单,轻量,全栈,基于模板的验证。 :high_voltage: :high_voltage: :high_voltage: :high_voltage: :high_voltage: 安装 npm i vuito 或通过 , 或 。 用法 进口货 CJS const { regex , required } = require ( 'vuito' ) ; Vuito完全可以摇树,因此您只能导入所需的方法。 ES6 import { regex , required } from 'vuito' ; 范本 使用模板,您可以轻松创建和重用验证。 validations/auth.ts : import { Template , required , minLength , maxLength } from 'vuito' ; export const signIn = new Template ( { username : [ { test : required , message :
【文件预览】:
vuito-master
----rollup.config.js(1KB)
----.github()
--------workflows()
----vue()
--------index.js(614B)
--------package-lock.json(207B)
--------package.json(663B)
----.eslintrc.js(171B)
----src()
--------validators()
--------index.ts(483B)
--------template.ts(2KB)
--------types.d.ts(523B)
----.vscode()
--------settings.json(73B)
----tsconfig.json(570B)
----LICENSE(1KB)
----.prettierrc(106B)
----README.md(3KB)
----tests()
--------classic.test.ts(484B)
----.gitignore(18B)
----.eslintignore(16B)
----package-lock.json(496KB)
----package.json(1KB)