# pure-v **Repository Path**: tackchen/pure-v ## Basic Information - **Project Name**: pure-v - **Description**: purev.js: A lightweight, extensible, pure js validation plugin - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # purev.js: A lightweight, extensible, pure js validation plugin ## Introduction ###(中文版本请往下翻) [Purev.js](https://github.com/theajack/purev#readme) is a lightweight, extensible, easy to use, pure js validation plugin. Purev focuses on validation and can run in a browser environment or a node environment. Purev can be used to validate DOM elements and forms with instructions, or just to validate data. ### 1.Installation and use #### 1.1 Introduced using script tags ```