yysun / apprun

AppRun is a JavaScript library for developing high-performance and reliable web applications using the elm inspired architecture, events and components.
https://apprun.js.org
MIT License
1.18k stars 58 forks source link

Snowpack template for AppRun? #99

Closed jkleiser closed 2 years ago

jkleiser commented 4 years ago

I just read about Snowpack and think it looks quite interesting, but I have not had time to try it yet. If Snowpack should turn out to become an important build tool for web apps, then it could be interesting to have an official Snowpack template for AppRun. A pull request is what they ask for. Just an idea from me. https://www.snowpack.dev/#official-app-templates

yysun commented 4 years ago

I like this idea.

yysun commented 3 years ago

https://github.com/apprunjs/apprun-snowpack

yysun commented 3 years ago

An alternative approach is to use esm-server. It also provides fast unbundled development experiences.

https://github.com/yysun/esm-server demo: https://github.com/yysun/apprun-esm-server doc: https://dev.to/yysun/a-dev-server-supports-esm-3cea