create-custom-elements:创建自定义元素的样板

时间:2024-02-26 21:42:14
【文件属性】:

文件名称:create-custom-elements:创建自定义元素的样板

文件大小:19KB

文件格式:ZIP

更新时间:2024-02-26 21:42:14

components boilerplate typescript webcomponents web-components

创建自定义元素 创建自定义元素的样板 入门 克隆存储库git clone https://github.com/aelbore/create-custom-elements.git 安装依赖项npm install 启动应用程序npm start 这将建立,观看文件更改,实时重新加载并打开浏览器 运行单元测试npm test 分步示例 演示版 项目结构 . ├── node_modules ├── server # mock/fake data serve as you api ├── src


【文件预览】:
create-custom-elements-master
----rollup.config.js(172B)
----.devtools.json(390B)
----src()
--------index.html(394B)
--------elements()
--------favicon.ico(0B)
--------assets()
--------libs()
--------app()
--------style.css(114B)
----gulpfile.js(245B)
----tsconfig.json(475B)
----README.md(3KB)
----.aria.config.js(157B)
----.gitignore(59B)
----server()
--------profiles.route.js(288B)
--------profiles.json(981B)
----package.json(874B)

网友评论