Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to create a vuejs application in .net Core

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces how to create a vuejs application in .net Core, the content is very detailed, interested friends can refer to, hope to be helpful to you.

Check the installation

After the installation is complete, open the cmd tool

Then type dotnet-v to check it.

If there is no error in the picture above, then we can move on to the next step.

Install SpaTemplates tools

Enter dotnet new-- install Microsoft.AspNetCore.SpaTemplates::* in cmd

Create a folder

We created a vuecoredemo folder under the corresponding directory of D:

And then jump here by command.

Create a project

Enter dotnet new vue in the cmd after entering the folder we want to create

Then we enter a dotnet restore.

At this time, the whole project has been created.

Run the project

After we open VS2017, we open this project.

You can see that the whole project has been opened and the front end of vue has been put in ClientApp.

Controllers is still our backend API.

Effect after running the entire project

Net Core on how to create a vuejs application to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report