Quick and easy to use Module and Theme (skin) Development templates for DotNetNuke 8.0.0+ and Visual Studio 2015.
You can directly install the .VSIX file by double click on it.In order to create a new module follow these steps:
- Open visual studio.
- Click on File -> New -> Project
- Click on Visual C# -> Dnn.
- Select the template to use, Enter the module name and click Ok.
- You are ready to build your own Mvc/Spa module in Dnn.
After you build in Release Mode the installable packages (source/install) can be found in the INSTALL folder now, within your module's folder, not the packages folder anymore