https://github.com/tpluscode/open-wc-ts-app
https://github.com/tpluscode/open-wc-ts-app
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpluscode/open-wc-ts-app
- Owner: tpluscode
- Created: 2019-08-14T07:32:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:05:26.000Z (about 3 years ago)
- Last Synced: 2025-02-02T01:24:51.138Z (12 months ago)
- Language: JavaScript
- Size: 3.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# @open-wc project template, tweaked to work with Typescript
The template sets up `@open-wc/linting` and `@open-wc/testing`.
To get running in a real project one will have to add other `@open-wc` templates
by running `npm init @open-wc`
## Changes compared to standard templates
* Linting
* Adds [`standard`](https://www.npmjs.com/package/standard)
* Semicolons disabled
* Uses `@typescript-eslint` parser and config
* Default Typescript indentation changed to 2 spaces
* Ignore warnings from eslint (`--quiet`)
* Building
* `webpack-dev-server` used instead of `es-dev-server`