|
|
|
|
|
by marcstreeter
2911 days ago
|
|
+1 for .Vue files. I really like the organization around components and not around file types(.css, .js, .html) within a project's file structure. For me it's an immense time saver knowing exactly which css and javascript was intended for a particular component (using scoped scss for example - which for me is still a pain in the React I use at work). |
|