-
Notifications
You must be signed in to change notification settings - Fork 14
can we create real single component vue
file?
#57
Comments
vue
file?vue
file?
I plan to add an option to generate real Actually, you will have 2 drawbacks if you include typescript into
There's currently a PR that will bring those features, but it's still not merged and not released. Actually it seems to work if you build this dependency manually For now, in my projects I use embedded But I hope one day, all will work smoothly with Vue Single File components and TypeScript :). |
It's implemented in #58, will be soon available in develop branch. It includes the released PR from https://github.com/Realytics/fork-ts-checker-webpack-plugin, so TypeScript script are now TypeChecked and linted right inside .vue files ! |
Uh oh!
There was an error while loading. Please reload this page.
The project created by this template creates a
vue
file like this:This means I have to create 4 files for each module? Can we achieve the following in
.vue
?The text was updated successfully, but these errors were encountered: