File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -16,26 +16,9 @@ LitElement uses [lit-html](https://lit-html.polymer-project.org/) to render into
1616
1717To build an app out of LitElement components, check out [ PWA Starter Kit] ( https://pwa-starter-kit.polymer-project.org/ ) .
1818
19- ## Quick start
20-
21- Install:
22-
23- ``` bash
24- npm install --save lit-element
25- ```
26-
27- Import:
28-
29- ``` js
30- import { LitElement , html } from ' lit-element' ;
31- ```
32-
33- [ Download a sample LitElement project] ( https://github.com/PolymerLabs/start-lit-element ) .
34-
3519## Next steps
3620
3721* [ Getting Started] ( /guide/start ) : Set up LitElement and create a component.
3822* [ Templates] ( /guide/templates ) : Write templates with lit-html syntax.
3923* [ Properties] ( /guide/properties ) : Manage properties and attributes.
4024* [ Lifecycle] ( /guide/lifecycle ) : Work with the LitElement lifecycle API.
41-
You can’t perform that action at this time.
0 commit comments