-
Notifications
You must be signed in to change notification settings - Fork 2
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
Why not basic web application? #8
Comments
I'm not familiar with yo say, when is this invoked? By the user at command line? In my experimental branch I did also convert the basic web app. I will move those changes over and look into this. I still feel it may be good to differentiate the generator in the UI when running. I'll dig more into yo say. |
I think both web application should just use Semantic UI. I'd not add experimental yet, as it complicates things for users. So |
@peterblazejewicz Yeah I am only going to merge in css / Razor changes for now. Thanks! |
@peterblazejewicz By the way, what do you guys use for your IDE for this project? VS Shows errors all over the place with these templates. |
the |
The basic web app shares a lot with web application (with authorization).
If moved to basic web template, the generator could drop
/w semantic ui
label and just useyo say
to inform thatthis generator by default uses Semantic UI for client side content
when asking questions:https://github.com/yeoman/generator-webapp/blob/master/app/index.js#L60
https://github.com/yeoman/generator-angular/blob/master/app/index.js#L138
This will simplify things for users.
Thanks!
The text was updated successfully, but these errors were encountered: