# bootstrapvalidator **Repository Path**: youngboyvip/bootstrapvalidator ## Basic Information - **Project Name**: bootstrapvalidator - **Description**: bootstrapvalidator 兼容 bootstrap4 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2020-11-05 - **Last Updated**: 2022-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 概述 原来的框架已经不维护了,新版的需要收费,项目使用的是bootstrap4,而这个框架用的是bootstrap3样式上不兼容 修改了bootstrapValidator.js小部分代码适应了bootstrap4 demo见 demo目录 index.html 目前只改了index.html实例 ## 自己修改源码 修改src目录下的源码,需要运行grunt打包 先 npm install 打包命令 ``` grunt ``` 如果你没装全局的grunt会提示找不到命令可以通过下面的命令执行 ``` node node_modules\grunt\bin\grunt ``` This repository is for anyone who still use the BootstrapValidator. __It's no longer supported.__ __Please upgrade to use [FormValidation](http://formvalidation.io).__