https://github.com/DnnFree/DnnFree.Modules.SPA.Angular
DNN (DotNetNuke) SPA Module using Angular 5
https://github.com/DnnFree/DnnFree.Modules.SPA.Angular
angular dnn dotnetnuke
Last synced: 11 months ago
JSON representation
DNN (DotNetNuke) SPA Module using Angular 5
- Host: GitHub
- URL: https://github.com/DnnFree/DnnFree.Modules.SPA.Angular
- Owner: DnnFree
- License: other
- Created: 2018-04-24T21:10:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T21:50:55.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T04:33:06.527Z (over 1 year ago)
- Topics: angular, dnn, dotnetnuke
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-dnn - DnnFree Module SPA Angular
README
# DnnFree.Modules.SPA.Angular
DNN (DotNetNuke) SPA Module using Angular 5
This Module is made using DNN 9.2 and Angular-CLI
## Getting started
Firstly create a Folder 'DnnFree' under DesktopModules,
then Clone/Download current repository and place it inside DnnFree Folder
Open Powershell/Bash at folder **clientApp** and run :
npm install
npm run dnndev
If you're planning to edit the Server code, open Project with VS2017. Use VS Code for Client development.
Since there's still an issue in DNN 9.2 for creating new module, let just install the module.
Using VS2017, build it in Release mode to create installation package. Then login as host and install the installation package.