An open API service indexing awesome lists of open source software.

https://github.com/sneas/web-component-typescript-starter

Web Component with Typescript, SASS, and Webpack. This is the best example on GitHub, really.
https://github.com/sneas/web-component-typescript-starter

sass typescript web-components webpack

Last synced: 2 months ago
JSON representation

Web Component with Typescript, SASS, and Webpack. This is the best example on GitHub, really.

Awesome Lists containing this project

README

          

# web-component-typescript-starter

This project provides a structure for developing and distributing web components bundled into a single JS file.

No frameworks. No 3rd party libraries. Only Webpack sprinkled with Typescript and SASS.

## Project Folders

- `src` - code of components. This will be bundled into a single `dist/index.js` file by running `npm build`. The `dist` folder could be distributed to NPM.
- `public` - assets for developing and demoing the web components. Will be bundled into `demo` folder by running `npm run demo`. The `demo` folder could be distributed to, for example, GitHub Pages.