Intwenty 2.0.1

dotnet add package Intwenty --version 2.0.1
NuGet\Install-Package Intwenty -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Intwenty" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Intwenty --version 2.0.1
#r "nuget: Intwenty, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Intwenty as a Cake Addin
#addin nuget:?package=Intwenty&version=2.0.1

// Install Intwenty as a Cake Tool
#tool nuget:?package=Intwenty&version=2.0.1

Intwenty

Is a meta data driven Template that simplifies developing CMS, Blog Engines and other systems. Intwenty is built on Vue.js and Net.

  • It lets you create meta models that describes UI and data.
  • Models are stored as data instead of strongly typed objects.
  • It uses the model to create the database, render UI and make you happier.
  • Applications (models) are easily localized and may be defined either programaticly or visually with included designers.
  • Implements and extends Asp.Net Core Identity. Intwenty adds organization and product management.
  • Has built in support for tenant isolation
  • Uses Intwenty.DataClient (Instead of entity framework) a small but fast Db connection library with ORM functions and JSON support
  • The Nuget version is an RCL Package (Razor Class Library) that includes both UI and Controllers to get you up and running fast.
  • Is constantly improved (and changing)

Intentions

  1. Boost productivity
  2. To be lightweight
  3. Keep dependencies to a minimum.

Backend Dependencies

  • Net8
  • Microsoft.AspNetCore.Mvc 2.2.0
  • Intwenty.DataClient
  • Swashbuckle.AspNetCore 5.6.3

Frontend Dependencies

  • bootstrap 5.2.0
  • popper.js 1.16.1
  • vue.js 2.6.11
  • vue.js 3.4.22
  • jquery 3.3.1
  • alasql 0.5.5
  • fontawesome-free-5.12.1-web
  • selectize 0.13.3

Works with the following databases

  • MS Sql Server
  • MySql
  • Maria DB
  • PostgreSQL
  • SQLite
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 108 4/17/2024
2.0.0 128 4/17/2024
1.7.7 360 10/5/2021
1.7.6 318 9/21/2021
1.7.5 324 9/16/2021
1.7.4 313 6/22/2021
1.7.3 330 6/10/2021
1.7.2 303 4/29/2021
1.7.1 294 3/30/2021
1.7.0 351 3/28/2021
1.6.6 451 3/14/2021
1.6.5 434 3/8/2021
1.6.4 420 2/12/2021
1.6.3 393 2/11/2021
1.6.2 477 2/11/2021
1.6.1 461 2/9/2021
1.6.0 410 2/8/2021
1.5.3 465 1/25/2021
1.5.2 417 1/25/2021
1.5.1 450 1/20/2021
1.5.0 418 1/20/2021
1.4.9 412 1/3/2021
1.4.8 492 12/15/2020
1.4.7 425 12/15/2020
1.4.6 513 12/12/2020
1.4.5 522 11/29/2020
1.4.4 510 11/19/2020
1.4.3 538 11/12/2020
1.4.2 479 10/19/2020
1.4.1 524 10/9/2020
1.4.0 505 10/9/2020
1.3.9 571 9/21/2020
1.3.8 568 9/16/2020
1.3.7 525 9/4/2020
1.3.6 506 8/31/2020
1.3.5 490 8/21/2020
1.3.4 577 5/29/2020
1.3.3 507 5/14/2020
1.3.2 1,210 5/8/2020
1.3.1 1,142 5/7/2020
1.3.0 1,210 5/4/2020
1.2.9 1,168 4/27/2020
1.2.8 1,185 4/24/2020
1.2.7 1,229 4/22/2020
1.2.3 1,209 4/22/2020

Update to .Net 8 and Vue 3