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

Type checking in "Dev Server Console" like Vue CLI #98

Closed
pingustar opened this issue Mar 19, 2021 · 2 comments
Closed

Type checking in "Dev Server Console" like Vue CLI #98

pingustar opened this issue Mar 19, 2021 · 2 comments

Comments

@pingustar
Copy link

First, really great job with this template @antfu ! Got me up and running in no time.

Only thing I kind a miss is the type checking feature for the dev server console like we have when using Vue CLI to bootstrap a project. See screenshots for example of what I mean.

I am generally interested if this is even possible with Vite. And if so, I would very much appreciate if you could point me in the right direction on how to get that implemented.

Thanks!

image
image

@antfu
Copy link
Member

antfu commented Mar 19, 2021

Vite's notion is that It assumes type checking is taken care of by your IDE and build process.

But maybe you can try vue-tsc.

@pingustar
Copy link
Author

Vite's notion is that It assumes type checking is taken care of by your IDE and build process.

But maybe you can try vue-tsc.

Thanks!

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

2 participants