Skip to content

Instantly share code, notes, and snippets.

View macscripter's full-sized avatar
🎯
Focusing

Alex Pavlov macscripter

🎯
Focusing
  • Lisbon, Portugal
View GitHub Profile
@macscripter
macscripter / script.vue
Created September 14, 2022 10:52
Vue 3 hello world
<!-- Use preprocessors via the lang attribute! e.g. <template lang="pug"> -->
<template>
<div id="app">
<h1>{{message}}</h1>
<p>
Learn more with the
<a
href="https://v3.vuejs.org/"
target="_blank"