文件名称:任命表
文件大小:132KB
文件格式:ZIP
更新时间:2024-03-08 00:13:34
CSS
班级任命表
这是一个使用模板的独立Web组件。
模板也非常适合构建整个应用程序。 为此,请改用 。
入门
要开始使用此项目,请克隆此仓库:
git clone https://github.com/isquadrepair/isquad-appointment-form.git
cd isquad-appointment-form
并运行:
npm install
npm start
要构建用于生产的组件,请运行:
npm run build
要运行组件的单元测试,请运行:
npm test
需要帮忙? 查看文档。
命名组件
创建新的组件标签时,建议不要在组件名称中使用stencil (例如:
【文件预览】:
isquad-appointment-form-main
----src()
--------index.html(5KB)
--------services()
--------utils()
--------index.ts(48B)
--------components.d.ts(1KB)
--------components()
--------interfaces()
----stencil.config.ts(460B)
----.prettierrc.json(265B)
----tsconfig.json(469B)
----LICENSE(1KB)
----.editorconfig(244B)
----.gitignore(245B)
----readme.md(8KB)
----package-lock.json(939B)
----package.json(1KB)