Published
Edited
May 5, 2020
3 stars
Insert cell
Insert cell
Vue = require("vue")
Insert cell
Insert cell
app = html`<div id="app">
{{ message }}
</div>`
Insert cell
Insert cell
new Vue({
el: app,
data: {
message: 'Hello Roam Research!'
}
})
Insert cell
Insert cell
new Vue({
el: html`<div id="app">
{{ message }}
</div>`,
data: {
message: "Hello Roam Research!"
}
}).$el
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more