Installing Ferp in Your Application
Installing
Depending on your project, needs, and target audience, there are a number of ways to get up and running with Ferp within seconds.
Installing from npm or yarn
You know the drill!
And import Ferp into your code-base:
If you are targeting a web browser, you may need to bundle or build your scripts, with something like rollup, webpack, or parcel.
Using a CDN
Of course, you don't need to install anything at all. Content delivery networks (CDNs) like unpkg work great!
index.html
With a CDN, there is no install needed to get going. Of course, you may want to look into Service Workers if you want to support your application while offline.
Last updated