How do I add Zurb foundation-sites using webpacker?
Hey Jason!
For the most part, you'll just follow their instructions which is usually yarn add package
and an import or require of the package in your application.js.
https://foundation.zurb.com/sites/docs/installation.html
There's nothing special to using things now because we're just using Webpack for everything which most all Javascript modules have instructions for on how to use. You can just look for Webpack instructions and follow those almost every time. 👍
Hi Chris,
I have been trying to figure out how to install Foundation using yarn yarn add foundation-sites
. I have run the code but I don't understand what to do next. Can you point me in the right direction?
That template was gold. Here's a gist that that extends that thinking, looking at setting up a basic working environment: https://gist.github.com/dvodvo/313bcb4da83030c48280fe76065da9e3