opinionated-package-starter icon indicating copy to clipboard operation
opinionated-package-starter copied to clipboard

Update the template to use v13, the new LTS

Open LottePitcher opened this issue 2 years ago • 2 comments

Feature summary

The reasons for using v10 in the template is stated as it being the current LTS Now v13 is the new LTS, surely new packages will be started on v13? The current version, v1.1.0 can always be linked to for people wanting to support v10

Additional details

No response

LottePitcher avatar Dec 23 '23 10:12 LottePitcher

Hello this is exactly what I needed as a new developer creating a site 👏 Any chance we can get the V13 Also a couple of hints on how to create say a sports team, in the empty project for e.g. if I have my users, matches, calendar POCO, how do I set it up and ensure I can get a current BS 5 modern look theme

fasteddys avatar Mar 22 '24 22:03 fasteddys

Hello @fasteddys

This dotnet new template is for people wanting to start building a new Umbraco package. "Package" being the Umbraco term for "plugin" to extend the core functionality.

If you want to get started with building a site using Umbraco then I suggest you need to look at the Umbraco marketplace.

There is a dotnet new template for starting a site with Bootstrap 5: https://marketplace.umbraco.com/package/umbraco.community.templates.umbootstrap

Or there are various "starter kits". To use these you would install Umbraco first, and then add the packages to your install using nuget https://marketplace.umbraco.com/category/themes-&-starter-kits?packageType=Package

I hope this helps you get started!

LottePitcher avatar Apr 07 '24 08:04 LottePitcher

v13, supporting v13, has now been released

LottePitcher avatar Feb 28 '25 23:02 LottePitcher