/base-registries

Public site for the Base Registries.

Primary LanguageVueEuropean Union Public License 1.2EUPL-1.2

Base Registries Build Status

Project setup

Node (LTS) & NPM Versions

Node.js 14.16.1 npm 6.14.12

In Windows

Install Python2, rename or copy the exe to python2.exe and add a PATH variable.

Install all the required tools and configurations using Microsoft's windows-build-tools by running npm install -g windows-build-tools from an elevated PowerShell (run as Administrator).

It takes a while.

Then run npm config set msvs_version 2015 -g sass/node-sass#2074 (comment)

In addition installing https://go.microsoft.com/fwlink/?LinkId=691126 worked.

# Optionally Debian based:
apt-get install python2 libpng-dev autoconf

# Optional Fedora
sudo dnf install libpng-devel autoconf

npm install

git submodule init
git submodule update

cd deps/webuniversum
git apply ../00-package-json.patch
npm install

git apply ../01-vl-ui-hero-navigation-fix-link.patch
git apply ../02-bootstrap-no-layer-map.patch
git apply ../03-vl-agenda-item-fix-link.patch
git apply ../04-vl-ui-doormat-fix-link-attrs.patch

npm run util:bootstrap

Fish Oneliner:

npm install; git submodule init; git submodule update; cd deps/webuniversum; git apply ../00-package-json.patch; npm install; git apply ../01-vl-ui-hero-navigation-fix-link.patch; git apply ../02-bootstrap-no-layer-map.patch; git apply ../03-vl-agenda-item-fix-link.patch; git apply ../04-vl-ui-doormat-fix-link-attrs.patch; npm run util:bootstrap

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

If it fails with javascript heap out of memory try with

NODE_OPTIONS=--max_old_space_size=4096 npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

License

European Union Public Licence (EUPL)

The new version 1.2 of the European Union Public Licence (EUPL) is published in the 23 EU languages in the EU Official Journal: Commission Implementing Decision (EU) 2017/863 of 18 May 2017 updating the open source software licence EUPL to further facilitate the sharing and reuse of software developed by public administrations (OJ 19/05/2017 L128 p. 59–64).

Credits

Languages & Frameworks

  • .NET Core - MIT
  • .NET Core Runtime - CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. - MIT
  • .NET Core APIs - CoreFX is the foundational class libraries for .NET Core. It includes types for collections, file systems, console, JSON, XML, async and many others. - MIT
  • .NET Core SDK - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI. - MIT
  • .NET Core Docker - Base Docker images for working with .NET Core and the .NET Core Tools. - MIT
  • .NET Standard definition - The principles and definition of the .NET Standard. - MIT
  • Roslyn and C# - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. - Apache License 2.0
  • F# - The F# Compiler, Core Library & Tools - MIT
  • F# and .NET Core - F# and .NET Core SDK working together. - MIT
  • Vue.js - Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. - MIT

Libraries

  • Paket - A dependency manager for .NET with support for NuGet packages and Git repositories. - MIT
  • FAKE - "FAKE - F# Make" is a cross platform build automation system. - MIT

Tooling

Flemish Government Libraries