Show / Hide Table of Contents
Fork me on GitHub

Neutronium Building

Overview

Neutronium BuildingBlocks is a separated project that provides opinionated solutions to build Neutronium application:

Is has its own github repo and its own nuget packages.

Assemblies

ApplicationTools

Provides interfaces for common application features such as native message box, native file and directory picker...

Wpf

Provides an implementation for ApplicationTools interfaces based on Wpf framework.

Application

Provides solution for application architecture including:

  • routing (integrated with vue via vue-cli-plugin-neutronium).
  • Dependency injection for main View-models
  • API for modal and notifications

SetUp

Aims at making it easy to switch between different debug modes and make the usage of live reload easy. It provides utility to run npm scripts and to manage application mode.

See complete documentation for more information.

  • Improve this Doc
Back to top Generated by DocFX