Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
/ pure Public archive

原生写法练习

Notifications You must be signed in to change notification settings

ctsin/pure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

建议的扩展

使用 VS Code 打开项目,会提示安装项目推荐的应用。这些扩展罗列在 .vscode/extensions.json.

Todos

  • 丰富、完善验证规则和机制,支持同一表单元素的多规则验证;
  • 支持异步验证,如用户名是否被占用;
  • 支持表单元素的关联显示和校验。

Reminded

If the GitHub Pages url is USERNAME.github.io, config Parcel as following:

parcel build index.html

Else

parcel build index.html --public--url /YOUR_REPO_NAME