Skip to content
kotC9 edited this page Feb 29, 2020 · 7 revisions

Introduction

In this project, I want to show how you can use one of the modern web frameworks (in this case Vue, but you can use, for example, Angular or React) for frontend and NancyFx for backend. Basically this template is an alternative to Asp.net + vue.js, where extra features of asp.net are not needed.

NancyFx?

Nancy is a lightweight, low-ceremony, framework for building HTTP based services on .NET Framework/Core and Mono. This is a fairly easy to learn, but powerful and flexible framework.

More info: https://github.com/NancyFx/Nancy/wiki/Introduction

There is not as much information as I expected!

Yes, the project is only developing. In the future it is planned to supplement the wiki with examples and documentation.

Also, the documentation will not repeat Nancyfx and Vue.js wiki articles (possibly). Therefore, perhaps you can find the information you need on Nancyfx wiki or Vue.js documentation