Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.68 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.68 KB

Open Research and Innovation Platform

A huge potential of innovation and technology offers the chance to solve big societal problems in healthcare, urban mobility, and other issues. Governments around the world are stepping up their involvement and investments in this sector. Efficient evaluation of IP/intangible assets can be the most dramatic advantage.

Open Research and Innovation Platform is an example of a Portal built using DEIP modules. DEIP Modules supported by the DEIP Off-chain server. deip-orip-client is a testing environment in which all functionalities and DEIP technologies can be accessed.

The DEIP-modules repository consists of Java Script packages designed to build frontend applications and Portals. Modules allow you to connect to services to interact with DEIP infrastructure and are implemented using the Vue framework and Vuetify components library.

Getting started

Before working with the repo you must be a memeber of @deip npm organization. Ask Yahor Tsaryk for permissions

Install


# install dependencies (from root)
npm install

Serve

# serve with hot reload at localhost:8080
npm run dev

Build

# build for production with minification
npm run build

Production

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.