Search code examples
frontendbackendumbracoumbraco7

How to use Umbraco7 as API with Vue.js?


I am just learning Umbraco and I have a basic template that has just one alias. What kind of controller should I code for it? Could you please give me an example to reach my alias from js frameworks?


Solution

  • Solution

    I have used UmbracoCms.RestApi extension from NuGet and solved my problem.

    You can use default endpoints to get properties that you have created in Umbraco Cms before with that extension. There is a video about that.