const app = new Vue({ el: "#app", data: { message: "Hello Vuejs and hello Tachyons!" } });