mrellipse / toucan

Boilerplate template using Vue.js, TypeScript and .NET Core 2.1, based on SOLID design principles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toucan!

is an opinionated multi-project solution template, combining .NET Core and Vue.js. The objective is to provide scaffolding for a responsive SPA web application, based on SOLID design principles.

Features

  • loading screen
  • multiple entry points
  • token-based authentication for local & external providers
  • two factor verification based on device profile
  • role & claims management (NEW)
  • comprehensive localization support (server and client)
  • global application state/event bus
  • hot module reloading for development
  • data migrations

For more details about the implementations of features, you can refer to security, localization, server or ui documents

Setup

Your development machine will need to have the following installed.

Installing

via Yeoman

npm install --global generator-toucan
yo toucan

or using setup instructions

Release History

All ui and server packages are up to date as 16 July 2018. See releases for a history of recent changes

Built With

  • .NET Core - .NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub.
  • TypeScript - TypeScript is a typed superset of Javascript that compiles to plain JavaScript
  • Vue.js - Simple yet powerful library for building modern web interfaces
  • Bootstrap - Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
  • Axios - Promise based HTTP client for the browser and node.js
  • StructureMap - IOC/DI container

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

*[EF]: Entity Framework

About

Boilerplate template using Vue.js, TypeScript and .NET Core 2.1, based on SOLID design principles

License:MIT License


Languages

Language:C# 53.3%Language:TypeScript 31.1%Language:HTML 10.1%Language:CSS 2.8%Language:JavaScript 2.7%Language:PowerShell 0.0%