File tree Expand file tree Collapse file tree 3 files changed +374
-212
lines changed Expand file tree Collapse file tree 3 files changed +374
-212
lines changed Original file line number Diff line number Diff line change 1
1
# aspnet-validation
2
- > Enables ASP.NET Core MVC client-side validation without JQuery !
2
+ > Enables ASP.NET Core MVC client-side validation without jQuery !
3
3
4
4
[ ![ npm] ( https://img.shields.io/npm/v/aspnet-validation.svg )] ( https://www.npmjs.com/package/aspnet-validation ) [ ![ Build Status] ( https://travis-ci.org/ryanelian/aspnet-validation.svg?branch=master )] ( https://travis-ci.org/ryanelian/aspnet-validation )
5
5
@@ -58,11 +58,11 @@ v.bootstrap();
58
58
59
59
## Why?
60
60
61
- ** jQuery + jQuery Validation + jQuery Validation Unobtrusive: ** 67.9 KB + 22.5 KB + 5.14 KB = ** 95.6 KB**
61
+ ** jquery-3.3.1.min.js ** + ** jquery.validate.min.js ** + ** jquery.validate.unobtrusive.min.js ** = 113 KB
62
62
63
- ** aspnet-validation:** ~ 10 KB ** (10.46 %, ~ 3KB GZIP)**
64
- - ** promise-polyfill** : +2.58 KB
65
- - ** es6-promise** : +6.19 KB
63
+ ** aspnet-validation.min.js :** 10.2 KB ** (9.03 %, ~ 3 KB GZIP)**
64
+ - ** promise-polyfill** : +2.81 KB (< 1 KB GZIP)
65
+ - ** es6-promise.auto.min.js ** +6.19 KB (2.4 KB GZIP)
66
66
67
67
## Building the Source Code
68
68
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aspnet-validation" ,
3
3
"version" : " 0.0.5" ,
4
- "description" : " Enables ASP.NET Core MVC client-side validation, without JQuery !" ,
4
+ "description" : " Enables ASP.NET Core MVC client-side validation, without jQuery !" ,
5
5
"main" : " ./dist/aspnet-validation.js" ,
6
6
"types" : " ./dist/types/index.d.ts" ,
7
7
"repository" : " https://github.com/ryanelian/aspnet-validation" ,
15
15
"build" : " webpack && webpack --config webpack.config.min.js"
16
16
},
17
17
"devDependencies" : {
18
- "ts-loader" : " ^4.0.0 " ,
18
+ "ts-loader" : " ^4.0.1 " ,
19
19
"typescript" : " ^2.7.2" ,
20
- "webpack" : " ^4.0 .1" ,
21
- "webpack-cli" : " ^2.0.9 "
20
+ "webpack" : " ^4.1 .1" ,
21
+ "webpack-cli" : " ^2.0.10 "
22
22
},
23
23
"dependencies" : {}
24
24
}
You can’t perform that action at this time.
0 commit comments