ogcio-ds 0.0.5
Install from the command line:
Learn more about npm packages
$ npm install @ogcio/ogcio-ds@0.0.5
Install via package.json:
"@ogcio/ogcio-ds": "0.0.5"
About this version
=====================
OGCIO-DS contains the code you need to start building a user interface for government platforms and services.
There are 2 ways to start using OGCIO-DS Frontend in your app.
Once installed, you will be able to use the code from the examples in the gov.ie Design System in your service.
We recommend installing OGCIO-DS using node package manager (npm).
You can also install GOV.IE Frontend by copying our CSS, JavaScript and asset files into your project.
- Access the pre-compiled files in our repo
- Copy the assets folder to the root of your project’s public folder, so that for example
<YOUR-SITE-URL>/assets/logo-full.png
shows thelogo-full.png
image in your users’ browsers. - Copy the 2 .css files to a stylesheets folder in the root of your project’s public folder, so that for example
<YOUR-SITE-URL>/stylesheets/ogcio-ds-<VERSION-NUMBER>.min.css
shows the CSS file in your users’ browsers. - Copy the .js file to a JavaScript folder in the root of your project’s public folder, so that for example
<YOUR-SITE-URL>/javascript/ogcio-ds-<VERSION-NUMBER>.min.js
shows the JavaScript file in your users’ browsers.
Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.