Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aelbore/inline-styles-lit-element
Code examples of lit-element uses external css or scss file with rollup, webpack and parcel
https://github.com/aelbore/inline-styles-lit-element
css demo examples parcel plugin rollup rollup-plugin scss webpack
Last synced: 2 months ago
JSON representation
Code examples of lit-element uses external css or scss file with rollup, webpack and parcel
- Host: GitHub
- URL: https://github.com/aelbore/inline-styles-lit-element
- Owner: aelbore
- Created: 2019-04-06T07:21:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:09:17.000Z (about 2 years ago)
- Last Synced: 2024-10-10T20:48:11.339Z (3 months ago)
- Topics: css, demo, examples, parcel, plugin, rollup, rollup-plugin, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inline-styles-lit-element
Code examples of lit-element uses external css or scss file with rollup-plugin-inline-lit-element## Examples
* [ Webpack ](https://github.com/aelbore/inline-styles-lit-element/tree/webpack)
* [ Parcel ](https://github.com/aelbore/inline-styles-lit-element/tree/parcel)
* [ Todo App ](https://github.com/aelbore/inline-styles-lit-element/tree/todo-lit-element)Installation
------------
```
npm install
```Build code
```
npm run build
```
Start Application
```
npm start
```
Test
```
npm test
```Browse `http://localhost:3000`