-
Notifications
You must be signed in to change notification settings - Fork 36
Incorporate Single File Components for Vue #4
Comments
https://m.popkey.co/76c064/q0Kyb.gif
The main reason I didn't spend too much time going down that route wasn't
idealistic, just pragmatic. I use Visual Code as IDE, and I couldn't get TS
auto suggestions playing nice with *.vue files (via vetur in visual code
marketplace add-on). Compiling with webpack wasn't a problem though, from
what I remember.
I like the encapsulation idea behind single file components. Will dust it
off in the near future, and let you know if anything comes of it!
Cheers :)
…On Sat, Nov 11, 2017 at 6:48 AM, EricOP ***@***.***> wrote:
I don't know your thoughts on Single File Components
<https://vuejs.org/v2/guide/single-file-components.html>, or why it might
not be compatible with the generally amazing, SOLID Vue.js, TypeScript,
.NET Core 2.0 sandwich 🍔 you've got going here, but I for one was sold
on the idea after watching Seperation of concerns rant
<https://www.youtube.com/watch?v=0ZNIQOO2sfA> and would love to see them
added, or steps to follow on the readme to make webpack happy, etc.
Keep up the good work!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF30XfAq_HKppBfu2YuQgJAayicla5vKks5s1Kh-gaJpZM4QaBlW>
.
|
Cool, thanks for the update. Yeah if Vetur falls flat on it's face in a few
scenarios that we can reproduce I don't mind putting in an issue with them
so they can 🐒 around with it. It might even be something already have an
issue on but at least we'll know the sticking point.
|
@mrellipse Looks like getting intellisense across If you do figure out Single File Components I'm going to be super pumped to see it in action, but I'll understand if the gob of sub-dependencies that must all work together to pull it off are still not mature enough to make the magic happen. Thanks for be a brave, open-source soul. |
putting this one in the 'too hard' basket for now! |
I don't know your thoughts on Single File Components, or why it might not be compatible with the generally amazing, SOLID Vue.js, TypeScript, .NET Core 2.0 sandwich 🍔 you've got going here, but I for one was sold on the idea after watching Seperation of concerns rant and would love to see them added, or steps to follow on the readme to make webpack happy, etc.
Keep up the good work!
The text was updated successfully, but these errors were encountered: