-
-
Notifications
You must be signed in to change notification settings - Fork 0
Temme install
Oussama Essamadi edited this page Jan 5, 2019
·
2 revisions
There are several ways to get Temme:
You can obviously install it via a package manager.
# Using npm
npm install temmejs
# Using bower
bower install temmejs --save
# Using yarn
yarn add temmejs
You can also go the old-school-cool way and use a CDN.
https://cdn.jsdelivr.net/npm/temmejs@latest/dist/temme.min.js
Visit this page for targeting a specific version of Temme via jsDelivr.
If you want it the real old school way, you can manually download the the latest version of Temme from here. Or refer to this link for targeting a specific version.
If you're the proud nerd you are and would rather build your tools yourself, simply clone this repository:
git clone https://github.com/EOussama/temmejs.git
And follow the steps documented here on how to successfully build Temme.