Skip to content

Instantly share code, notes, and snippets.

View aihoshistar's full-sized avatar
🥀
:

경블리 aihoshistar

🥀
:
  • B-Komachi
  • Tokyo Blade
  • 20:42 (UTC +09:00)
View GitHub Profile
🌞 Morning 177 commits ████▌░░░░░░░░░░░░░░░░ 22.0%
🌆 Daytime 141 commits ███▋░░░░░░░░░░░░░░░░░ 17.5%
🌃 Evening 298 commits ███████▊░░░░░░░░░░░░░ 37.0%
🌙 Night 189 commits ████▉░░░░░░░░░░░░░░░░ 23.5%
@aihoshistar
aihoshistar / index.html
Created July 5, 2020 08:55
Vue JS 시작하기 !!
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="ie=edge" http-equiv="X-UA-Compatible">
<title>Vue 시작하기</title>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>