Posts by Heber Almeida • 16 points
2 posts
-
0
votes2
answers620
viewsA: How to integrate ASP.NET MVC Core with Vue.js?
Hello, one way would be to use Asp.net core to serve as a Rest api, and use vuejs only for a front end, in my opinion is the best way.
-
0
votes1
answer67
viewsA: How to import a package that has a score in the name in Vuejs
Hello This import you’re trying is a module of yours? or is it from some package installed in node_modules, if you enter the package url, even to test. if it’s your choice import {BarChart} from…