Install
Get an instance of the package
The package is available for download from the following sources:
-
Official site:
-
Repository on github:
https://github.com/fcf-framework/fcf-framework-core
or
git clone https://github.com/fcf-framework/fcf-framework-core
-
NPM:
Page: https://www.npmjs.com/package/fcf-framework-core
or if installation is done to NODEJS application folder
npm install --save fcf-framework-core
Using a package
After installation, include the fcf-framework/fcf.js or fcf-framework/fcf.min.js file into an executable script.
Functions, classes and variables will be available from the fcf global variable.
NODEJS server side connection example:
let fcf = require("fcf-framework-core");
Browser side connection example:
<script src="/node_modules/fcf-framework-core/fcf.min.js"></script>