Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacky810124/e317e689dc15d465104350c874b56b7d to your computer and use it in GitHub Desktop.
Save jacky810124/e317e689dc15d465104350c874b56b7d to your computer and use it in GitHub Desktop.
Learn vue2.0 Day1: Installation - CDN
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<!-- 透過 CDN 載入 Vue -->
<script src="https://unpkg.com/vue/dist/vue.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment