Foris JS library is a set of components and utils for reForis and plugins.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
foris-js/docs/introduction.md

881 B

Welcome! This is the official documentation for Foris JS.

What Foris JS is

Foris JS library is a set of components and utils for reForis application and plugins.

Please notice that all of these components or utils are used in reForis and plugins. If you want to study them by example, I recommend you to full-text search those repositories.

Installation

Prerequisites

Please make sure that Node.js is installed on your system.

The current Long Term Support (LTS) release is an ideal starting point, see here.

Installation

To install the latest release:

npm install foris

To install a specific version:

npm install foris@version

Check on