文件名称:open-wc-lit-element:使用Lit-Element和TS打开WC Starter项目
文件大小:87KB
文件格式:ZIP
更新时间:2024-02-27 03:37:21
web-components lit-html lit-element open-wc WebComponentsTypeScript
Open-wc入门应用程序 快速开始 开始: npm init @open-wc # requires node 10 & npm 6 or higher 剧本 dev运行您的应用进行开发,并根据文件更改重新加载 start运行您的应用程序以进行开发,重新加载文件更改并与兼容 start:build在使用build命令构建应用之后运行它 build构建您的应用程序并将其输出到dist目录中 使用Karma test运行您的测试套件 lint为您的项目运行linter 工具配置 对于大多数工具,配置位于package.json以减少项目中的文件数量。 如果您对配置进行了大量自定义,则可以考虑
【文件预览】:
open-wc-lit-element-master
----.gitignore(174B)
----package.json(2KB)
----.nojekyll(0B)
----custom-elements.json(2KB)
----package-lock.json(300KB)
----src()
--------my-element.ts(537B)
--------mwc-motion-example.ts(122B)
--------MwcMotionExample.ts(2KB)
--------open-wc-logo.ts(1KB)
----LICENSE(1KB)
----tsconfig.json(446B)
----rollup.config.js(1KB)
----.eslintrc.js(632B)
----README.md(1KB)
----index.html(690B)
----.vscode()
--------extensions.json(446B)
----.editorconfig(526B)