-
-
Notifications
You must be signed in to change notification settings - Fork 255
SapperJs with amazing Poi #348
Comments
It seems sapper provides all you need to develop so you wouldn't really need poi. Maybe I'm missing something :) poi has a svelte preset that would provide you with similar functionality. So I guess you could clone the example and with a bit of cleanup you could use poi instead of the sapper webpack setup and such. Did you have anything in mind? |
Vue cli/templates also provide all you need to develop but Still, poi has builtin support for Vue. What poi provides is convenience. |
As far as I've understood SapperJs it is a boilerplate for Svelte apps. Poi doesn't do boilerplates. You can use SAO (by the same dev as poi) for that. Poi provides svelte support through the svelte preset. If I am missing the point please disregard my words :) |
Using Poi to replace the Sapper CLI seems a bit unnecessary (it's possible though, with a Poi plugin), but you can use Poi to manage your webpack.config.js in a Sapper app if you want. |
Is it possible to use SapperJs https://sapper.svelte.technology/ with amazing Poi.
The text was updated successfully, but these errors were encountered: