yysun / apprun

AppRun is a JavaScript library for developing high-performance and reliable web applications using the elm inspired architecture, events and components.

Home Page:https://apprun.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowpack template for AppRun?

jkleiser opened this issue · comments

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

I like this idea.

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