nopSolutions / nopCommerce-plugin-template-VS

Visual Studio template for nopCommerce plugin

Home Page:https://www.nopcommerce.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin Template for VS

This is a Visual Studio template for creating new nopCommerce plugin.

It can save a lot of time for developers. Because now they don't have to do manually all initial steps. Such as folders creation (Controllers, Views, Models etc.), other required files (DependencyRegistrar.cs, _ViewImports.cshtml, ObjectContex, plugin.json etc), configuration, project references, etc).

Supported versions of Visual Studio: 2017, 2019 and 2022

Install instruction:

  1. Download template folder

  2. Copy downloaded folder or zip archive into the one of this folders:

    1. C:\Users\{Username}\Documents\{VisualStudio}\Templates\ProjectTemplates
    2. C:\Users\{Username}\Documents\{VisualStudio}\Templates\ProjectTemplates\Visual C#

    Username - your username on this PC

    VisualStudio - the folder of target version of visual studio

original author:

Jaber Kibria (mhsjaber@gmail.com)

About

Visual Studio template for nopCommerce plugin

https://www.nopcommerce.com/


Languages

Language:C# 88.1%Language:HTML 11.9%