Ease.Templates 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ease.Templates --version 0.0.1
NuGet\Install-Package Ease.Templates -Version 0.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="Ease.Templates" Version="0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ease.Templates --version 0.0.1
#r "nuget: Ease.Templates, 0.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 Ease.Templates as a Cake Addin
#addin nuget:?package=Ease.Templates&version=0.0.1

// Install Ease.Templates as a Cake Tool
#tool nuget:?package=Ease.Templates&version=0.0.1

Ease

Ease is a project starting point for building web applications using React or Vue, but without the hassle of frontend state management thanks to Inertia.js.

The template is pre-configured with ASP.NET Core Identity, Entity Framework Core, and Inertia to get you up and running quickly.

The frontend is built with Tailwind CSS and Vite, and is ready to be extended with your own components.

The backend template has all configuration directly implemented in the template, so you don't need to perform gymnastics to configure your project.

Ease is heavily inspired and borrows (<sub><sup><sub>literally steals...</sub></sup></sub>) a lot from Laravel Breeze.

TODO

  • : Finish backend implementations
  • : Convert to template
  • : Add SSR support
  • : Publish to NuGet
  • : Add Vue support
  • : Add landing page
  • : Add tests
  • : Add documentation
  • : Add Docker support
  • : Add CI/CD
  • : Use tailwind theming for easier customization
  • : Configure default email layout
  • : JavaScript variants?

Getting Started

Install the templates from NuGet:

dotnet new -i Ease.Templates

Create a new project:

React:

dotnet new ease -n {MyProject} --client React

Vue (coming soon):

dotnet new ease -n {MyProject} --client Vue

Headless (configure your own frontend)

dotnet new ease -n {MyProject} --client Headless

Features

  • ASP.NET Core 8.0
  • ASP.NET Core Identity
  • Entity Framework Core
  • SSR or CSR
  • Inertia.js
  • React or Vue
  • Tailwind CSS
  • Vite
  • TypeScript

Disclaimer

This template is still in development and is not ready for production use.

If anyone from the Laravel team has a problem with me using their frontend code, please let me know and I will change it.

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
0.0.2 421 9/23/2023
0.0.1 68 9/20/2023

Initial release