lit-element-starter-ts icon indicating copy to clipboard operation
lit-element-starter-ts copied to clipboard

Sample component project using LitElement with TypeScript

Results 21 lit-element-starter-ts issues
Sort by recently updated
recently updated
newest added
trafficstars

When web dev server is run, open the browser and go right to the dev index.

I figured it would be nice to be able to run one command to run the server and the build with watch. - Added concurrently - Added "serve:dev" option to...

As suggested in [this ticket](https://github.com/PolymerLabs/lit-element-starter-ts/issues/41) I updated the project to use the web-dev-server instead of the es-dev-server. As per the documentation of web-dev-server I created an external configuration file instead...

This is just a tiny fix, but it confused my longer that I care to admit

fix typo and and

The `npm run serve` script does not specify the correct root dir for wds, so i adjusted it.

running npm run lint:eslint on Windows will fail due to invalid matching pattern. ``` Oops! Something went wrong! :( ESLint: 6.8.0. No files matching the pattern "'src/**/*.ts'" were found. Please...

As there already is a [rollup.config.js](https://github.com/PolymerLabs/lit-element-starter-ts/blob/master/rollup.config.js) included in this project I expected that there would be a build-script too which makes use of this file. So far rollup is only...