jakoblind / webpack-autoconf

A tool to create frontend apps using webpack, Parcel or Snowpack
https://createapp.dev/
876 stars 78 forks source link

Feature request: include Foundation framework #105

Open dlewand691 opened 4 years ago

dlewand691 commented 4 years ago

Please include Foundation in the UI library section.

"foundation-sites": "^6.6.3",

jakoblind commented 4 years ago

I tried to learn more about how to use webpack and foundation but didn't find much in their docs. Do you have more info @dlewand691 ? thanks

dlewand691 commented 4 years ago

I'm just learning webpack. I did find a few sources of reference that might help: https://stackoverflow.com/questions/34107697/use-webpack-to-include-zurb-foundation-via-npm https://github.com/timaschew/react-redux-foundation-boilerplate https://github.com/pelamfi/zurb-foundation-scss-webpack-example https://networksynapse.net/403/how-to-foundation-6-with-webpack-using-sass/

Thanks!