IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
65 stars 22 forks source link
coalesce code-generation framework hacktoberfest intellitect knockout mvc typescript vue vuejs

Coalesce

Documentation · Get Started · Builds

Check out The Coalesce Podcast for some step-by-step tutorials about Coalesce features.

Coalesce is a framework for rapid-development of ASP.NET Core + Vue.js web applications. It works from the Entity Framework Core data model that you design, automating the creation of the glue - DTOs, API Controllers, and TypeScript - that sit between your data and the UI of your application.

Fundamentals

Features

Get Started

The best way to get started with Coalesce is using the dotnet new template:

This command will use the current folder name for the project names, namespaces, etc. It will create a solution in the current folder with .Data and .Web projects.

After you create your project, you should start reading through the Documentation to see all the things that Coalesce can do.

Builds

channel build IntelliTect.Coalesce coalesce-vue
dev GitHub Workflow Status (branch) NuGet npm
master GitHub Workflow Status (branch) NuGet

Support

Full support for Coalesce is available. Please contact us for more information at info@intellitect.com.

Contributing

See the contribution guide here.