Created
March 31, 2017 09:25
-
-
Save jacky810124/e317e689dc15d465104350c874b56b7d to your computer and use it in GitHub Desktop.
Learn vue2.0 Day1: Installation - CDN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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