-
-
Notifications
You must be signed in to change notification settings - Fork 427
Conversation
… prettier support with appropriate linter moved eslint and prettier questions to modules choice
replace typescript module by nuxt-ts fix tslint-loader bugs on vue files
Hi @sascha245 Thanks for the PR, I am waiting for others approval for the TS part. But it's looking great so far for me and like the checkboxes option :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for Kevin and Hartmut approvals or requested changes for the TS part.
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
template/nuxt/nuxt.config.js
needs to enable the typescript
flag for build config:
build: {
typescript: true
}
|
I think generally it would be better / necessary to patiently await one more @kevinmarrec iteration which will bring further improvements around |
Alright, first, thanks @sascha245 for the PR ! I suggest indeed (as @hartmut-co-uk said) to wait for my next iteration which will likely change things around this PR, so that's better IMO to wait and then I'll review it before we got this merged :). This PR uses |
Yep, in that case it would indeed be better to wait. |
One other option might be to strip everything ts+tslint related from this PR so it can be merged already? It's going to be a lot easier and more transparent to add the TS support separately afterwards. @kevinmarrec has created the additional 2 PRs now: |
I agree with @hartmut-co-uk that it would be easier to add the TS options on |
Note that I didn't implement eslint and prettier myself, I just transformed the separated yes/no questions to checkboxes. Anyway, I created a new and clean pull request (#156) containing only pwa, eslint, prettier and axios checkboxes. With this, I will close this pull request. |
Add features selection similar to vue-cli 3:
Solves #23 and in some parts #42