Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
154d0c8
feat: etag compiler option
BCsabaEngine Aug 14, 2024
3fcfdf0
fix: ts
BCsabaEngine Aug 14, 2024
c7e323b
feat: gzip compiler option
BCsabaEngine Aug 14, 2024
dcba9dd
fix: readme
BCsabaEngine Aug 14, 2024
c70626b
fix: gzip
BCsabaEngine Aug 14, 2024
5624bc5
feat: order of directives
BCsabaEngine Aug 15, 2024
c4225a7
feat: created and version info
BCsabaEngine Aug 15, 2024
4b21ef5
fix: separated demo env
BCsabaEngine Aug 15, 2024
38a11be
feat: switch
BCsabaEngine Aug 15, 2024
908e293
fix: include folder
BCsabaEngine Aug 16, 2024
a504201
fix: gitignore
BCsabaEngine Aug 16, 2024
181d969
feat: create output directory
BCsabaEngine Aug 16, 2024
9f3b257
feat: 2x9 build and test system
BCsabaEngine Aug 16, 2024
567cdec
feat: optimized code gen
BCsabaEngine Aug 16, 2024
2a1af57
chore: deps
BCsabaEngine Aug 16, 2024
36fe2ae
feat: readme
BCsabaEngine Aug 16, 2024
c1dd547
feat: readme
BCsabaEngine Aug 16, 2024
71f1b34
feat: readme
BCsabaEngine Aug 16, 2024
980138d
chore: typo
BCsabaEngine Aug 16, 2024
7f1a4b4
feat: detect precompressed files
BCsabaEngine Aug 17, 2024
017b911
feat: reduce .h file size
BCsabaEngine Aug 17, 2024
1565a37
feat: skip gz under 1024
BCsabaEngine Aug 17, 2024
7e92657
chore: svelte demo deps
BCsabaEngine Aug 17, 2024
b17a5d8
feat: changelog
BCsabaEngine Aug 17, 2024
913ee5c
feat: changelog
BCsabaEngine Aug 17, 2024
3a244f3
feat: changelog
BCsabaEngine Aug 17, 2024
1574184
feat: changelog
BCsabaEngine Aug 17, 2024
c2c5c03
feat: changelog
BCsabaEngine Aug 17, 2024
d2c1d3d
fix: pipeline node version
BCsabaEngine Aug 17, 2024
2bac2a1
fix: proper svelte demo app
BCsabaEngine Aug 17, 2024
1df9e22
feat: warning if not usable directive used
BCsabaEngine Aug 18, 2024
50d2e4c
chore: deps
BCsabaEngine Aug 18, 2024
e6535e1
feat: colored console
BCsabaEngine Aug 18, 2024
6369a51
fix: readme
BCsabaEngine Aug 18, 2024
a81cb21
fix: readme
BCsabaEngine Aug 18, 2024
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: changelog
  • Loading branch information
BCsabaEngine committed Aug 17, 2024
commit 1574184d78d68dba369ba371845572e4f6393026
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# `svelteesp32` ![image](https://badges.github.io/stability-badges/dist/stable.svg)
[Changelog](CHANGELOG.md)

# Convert Svelte (or React/Angular/Vue) JS application to serve it from ESP32/ESP8266 webserver

<p align="right">
[Changelog](CHANGELOG.md)
</p>

### Forget SPIFFS and LittleFS now

I often make small to medium-sized microcontroller solutions that run on ESP32 or ESP8266. If a web interface is needed, I create a Svelte application. The Svelte application is practically served by the ESP32/ESP8266.
Expand All @@ -22,8 +19,6 @@ This npm package provides a solution for **inserting any JS client application i

> Starting with version v1.1.0, the ETag header is also supported.

[Changelog](CHANGELOG.md)

### Usage

**Install package** as devDependency (it is practical if the package is part of the project so that you always receive updates)
Expand Down