Results 9 issues of 2013WUSO01

使用css是没有问题的,但是我配置了sass,index.js中导入的是sass不是css,这个时候就失效了

works ```markdown {{ doc: doc.ts }} ``` doesn't work: ```markdown {{ doc: ./src/doc.ts }} ```

Use `['@babel/plugin-proposal-decorators', { legacy: true }]` , the `@query` return `undefined` and the`updated(changedProperties)` return nothing. Maybe other problems I didn't find I know there is no problem using `decoratorsBeforeExport`. links:...

Fixes #1121 I Write lit-element like this: ```typescript @customElement('custom-div') export class CustomDiv extends LitElement { @query('#btn') btn: HTMLButtonElement // .... } ``` And I also used `babel(v7)` and `webpack(v4)`, I...

cla: yes

初始化区域一直呈现landing状态! path的路径也修改了的

* `custom-elements.json`用于记录custom-element的信息 * [Editor support for WebComponents](https://github.com/w3c/webcomponents/issues/776)

enhancement
Components

使用 github 或者 gitee 提供的 pages * 静态网站构建 * 部署

documentation
static site

增加demo到readme中,使用codesandbox,codepen这类平台

enhancement