Skip to content

karthikeyanmlp/DNN.Templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNN8Templates

Quick and easy to use Module and Theme (skin) Development templates for DotNetNuke 8.0.0+ and Visual Studio 2015.

Installation

You can directly install the .VSIX file by double click on it.
(.VSIX supports Visual Studio 2015 Express and Community versions)

In order to create a new module follow these steps:

  1. Open visual studio.
  2. Click on File -> New -> Project
  3. Click on Visual C# -> Dnn.
  4. Select the template to use, Enter the module name and click Ok.
  5. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 65.6%
  • HTML 17.6%
  • JavaScript 11.9%
  • CSS 4.9%