2021-09-07
3443
#svg#vue
Josh Collinsworth
65343
Sep 7, 2021 â‹… 12 min read

Using SVG and Vue.js: A complete guide

Josh Collinsworth Josh Collinsworth is a senior frontend developer at Shopify. He's also the creator of Quina, a strategic logical word game app, and co-creator of Thomas, a small child.

Recent posts:

Secure your AI-generated projects with these security practices

Secure AI-generated code with proactive prompting, automated guardrails, and contextual auditing. A practical playbook for safe AI-assisted development.

Ikeh Akinyemi
Sep 16, 2025 â‹… 5 min read

Let’s kill vibe coding and bring back prompt engineering

Explore the vibe coding hype cycle, the risks of casual “vibe-driven” development, and why prompt engineering deserves a comeback as a critical skill for building better, more reliable AI applications.

Oscar Jite-Orimiono
Sep 16, 2025 â‹… 11 min read
Frontend Devs Aren't Lazy, They're Burnt Out

Frontend developers are burned out, not lazy

Shipping modern frontends is harder than it looks. Learn the hidden taxes of today’s stacks and practical ways to reduce churn and avoid burnout.

Shalitha Suranga
Sep 15, 2025 â‹… 4 min read

Can native web APIs replace custom components in 2025?

Learn how native web APIs such as dialog, details, and Popover bring accessibility, performance, and simplicity without custom components.

Daniel Schwarz
Sep 12, 2025 â‹… 9 min read
View all posts

2 Replies to "Using SVG and Vue.js: A complete guide"

  1. This is an excellent summary thankyou. My use case adds one more factor. Can you explain how to use Vue to edit the path element dynamically. E.g. the path d= string is created from an array of values. This array of x,y pairs is created from data from elsewhere.

Leave a Reply