-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ask for help #2002
Comments
You should download the Angular version; this will give you 2 solutions: an Angular solution and a Web API solution. You then just need to delete the Angular solution and you will be left with just the Web API |
You can use the ABP CLI tool in combination with the --no-ui option |
@Trojaner Application template haven't --no-ui option yet. |
@KevinFarrow @hitaspdotnet @Trojaner thanks bros, u save my week! I ever noticed it, but the wwwroot folder let me just ignored it. How stupied I am. Again thx all of you! |
Hi, I'm new to abp vnext framework. But I have been with .net core for 2 years. Recently, we wanna re-build our service with abp. Here is my question: how could I remove all of those web things off from it while at the same time keep the uow, model validation, exceptionhandling functions. I only wanna web api(we choose vuejs as front end solution not razor), not Acme.BookStore.Web with Acme.BookStore.HttpApi. I tried but it turned out that all service providers in abpcontroller are null; Could anyone tell me how to do it please. thx in advance.
Detail:
dotnet: .net sdk 3.0
abp: 1.0.2
The text was updated successfully, but these errors were encountered: