https://github.com/dnnsoftware/DNN.Templates
MVC and SPA (Single Page Application) module templates for DNN
https://github.com/dnnsoftware/DNN.Templates
dnn dnn-platform dnncms dotnetnuke
Last synced: about 2 months ago
JSON representation
MVC and SPA (Single Page Application) module templates for DNN
- Host: GitHub
- URL: https://github.com/dnnsoftware/DNN.Templates
- Owner: dnnsoftware
- License: mit
- Created: 2015-12-23T23:18:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T03:05:13.000Z (over 8 years ago)
- Last Synced: 2025-04-05T15:11:15.131Z (3 months ago)
- Topics: dnn, dnn-platform, dnncms, dotnetnuke
- Language: C#
- Homepage:
- Size: 2.15 MB
- Stars: 18
- Watchers: 29
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - DNN8Templates
README
# 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.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