inline lit element loader:用于内联LitElement外部样式和装饰器的Webpack加载器 源码
内联照明元件装载机 Webpack加载器可内联LitElement外部样式和装饰器 入门 git clone https://github.com/aelbore/inline-lit-element-loader.git npm install 安装 npm install --save-dev inline-lit-element-loader 建立 hello-world.css h1 { color : red; } hello-world.js import { LitElement , html } from 'lit-element' import './hello
文件列表
inline-lit-element-loader-master.zip
(预估有个30文件)
inline-lit-element-loader-master
.gitignore
44B
package.json
2KB
src
inline-loader.ts
809B
webpack.config.js
1KB
tsconfig.json
304B
tools
server.ts
738B
tsconfig.json
143B
暂无评论