https://github.com/fact-finder-web-components/ff-web-components
Downloads, Release Notes and Discourse
https://github.com/fact-finder-web-components/ff-web-components
fact-finder web-components
Last synced: about 2 months ago
JSON representation
Downloads, Release Notes and Discourse
- Host: GitHub
- URL: https://github.com/fact-finder-web-components/ff-web-components
- Owner: FACT-Finder-Web-Components
- License: other
- Created: 2017-01-31T14:32:00.000Z (over 8 years ago)
- Default Branch: release/5.x
- Last Pushed: 2025-01-17T14:08:45.000Z (5 months ago)
- Last Synced: 2025-01-17T15:25:44.017Z (5 months ago)
- Topics: fact-finder, web-components
- Homepage: https://web-components.fact-finder.de/
- Size: 11.8 MB
- Stars: 8
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
FactFinder Web Components
==========================See [web-components.fact-finder.de](https://web-components.fact-finder.de/) for full documentation.
## Installation
### Option 1 (Using npm)
1. Install [Node.js](https://nodejs.org/en/)
2. Type `npm init` and follow the instructions
3. Add the following line to the `dependencies` section in `package.json`:
```json
"ff-web-components": "https://github.com/FACT-Finder-Web-Components/ff-web-components.git#5.x.x"
```
Adjust the version as necessary.
4. Run `npm install`### Option 2 (Manual download)
1. Download a version directly from [GitHub](https://github.com/FACT-Finder-Web-Components/ff-web-components/releases) or download it via [web-components.fact-finder.de](https://web-components.fact-finder.de/download)
2. Unzip the file
3. Save the contents to your location of choice