VueGo
Playground
Test your VueGo templates in real-time
New
Save
Refresh
Auto-refresh
Pages
basic
blog
button
conditional
dashboard
filters
styled
Components
Data (JSON)
{ "title": "Welcome to VueGo", "name": "developer", "items": ["First", "Second", "Third"] }
Template
<div> <h1>{{ title }}</h1> <p>Hello, {{ name }}!</p> <ul> <li v-for="item in items">{{ item }}</li> </ul> </div>
Output
×
Create New File
Page (root)
Component (components/)
Create
Cancel