Practical guides, tutorials, and insights from years of building web and desktop applications. Check out code examples you can actually use!
Evaluate and test Vue scripts using single HTML file
How do you test your Vue code blocks and theories? Of course, you can simply have a test Vue project and throw in a single file component each time. Or, you could follow a simple structure to create a HTML/JS files. Or, you could just create everything in a single HTML page and clone it for quick tests. Not a new concept by any means - but I still wonder why I stick to SFCs each and every time. ...