Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SPA and MVC module development #23

Merged
merged 2 commits into from
Dec 3, 2015

Conversation

david-poindexter
Copy link
Contributor

Essentially the only thing that changes in the DNN manifest for SPA and MVC modules in DNN 8 are the controlSrc tags. ASCX files are no longer the only options. See the following for reference:

SPA

MVC

nvisionative added 2 commits December 3, 2015 13:57
Essentially the only thing that changes in the DNN manifest for SPA and MVC modules in DNN 8 are the controlSrc tags.  ASCX files are no longer the only options.  See the following for reference:

##SPA##
* https://github.com/jbrinkman/DNN8Templates/blob/master/src/DnnSpaModule/DnnSpaModule.dnn

##MVC##
* https://github.com/jbrinkman/DNN8Templates/blob/master/src/DnnMvcModule/DnnMvcModule.dnn

As a result of this change, you may want to update your Getting Started blog entry.
Add support for SPA and MVC module development
@dazinator
Copy link
Owner

Ah I see what you have done there.
Thank you for this.

dazinator added a commit that referenced this pull request Dec 3, 2015
Add support for SPA and MVC module development
@dazinator dazinator merged commit 7009a70 into dazinator:master Dec 3, 2015
@david-poindexter
Copy link
Contributor Author

You are very welcome. I am stoked about your solution here. Now we just need to get NuGet packages created for SPA and MVC scaffolding! ;-)

@david-poindexter
Copy link
Contributor Author

Would you mind letting me know when this gets released? I noticed in my testing last night that these changes must not have been made just yet.

@dazinator
Copy link
Owner

Thanks again for the PR!

@dazinator
Copy link
Owner

@david-poindexter
Copy link
Contributor Author

No rush at all - was just curious to know when it is released. Thanks man! I have been talking up your solution within the DNN Community and quite a few people have showed interest for this approach. Now we just need to see who can crank out a traditional, SPA and MVC package for the extra scaffolding.

@dazinator
Copy link
Owner

+10000 for spreading the word! ;)
Interestingly it looks like builds of DNN 8 are producing some additional NuGet packages - like an MVC one.. So perhaps some of the packages we need will be available soon for DNN8 atleast. If you get a moment you can see them here: (click login as guest): https://build.dnnsoftware.com/viewLog.html?buildId=326507&buildTypeId=bt929&tab=artifacts#!

@david-poindexter
Copy link
Contributor Author

You are welcome. The MVC package you are seeing is simply a reference to DotNetNuke.Web.Mvc.dll (which would be needed for MVC development pattern. So, unfortunately these new packages are not what they may have originally seemed to be (necessary nonetheless though). ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants