gingkapls / js-form-validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

  • Uses HtmlWebpackPlugin to generate HTML pages using templates
  • Includes style-loader and css-loader to dynamically load styles

Developing

  • Run npm run dev to run a development server at http://localhost:8080/ with HMR

Deploying

  • Run npm run build to build from source, the output will be ./dist

About


Languages

Language:JavaScript 85.4%Language:HTML 14.6%