Skip to content
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

Closed
GaryShao opened this issue Oct 24, 2019 · 4 comments
Closed

Ask for help #2002

GaryShao opened this issue Oct 24, 2019 · 4 comments

Comments

@GaryShao
Copy link

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

@KevinFarrow
Copy link
Contributor

KevinFarrow commented Oct 24, 2019

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

@Trojaner
Copy link
Contributor

Trojaner commented Oct 24, 2019

You can use the ABP CLI tool in combination with the --no-ui option

@hitaspdotnet
Copy link
Contributor

hitaspdotnet commented Oct 24, 2019

@Trojaner Application template haven't --no-ui option yet.
@GaryShao For now, @KevinFarrow suggestion is easiest way.

@GaryShao
Copy link
Author

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants