0 Vue简易环境
适用于小项目
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- Vue2导入JS库-开发环境 -->
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>
</body>
</html>
1 Win
(1) 下载node.js
https://nodejs.org/en/download/
(2) 使用npm安装vue-cli
vue-cli是vue的脚手架
npm install -g @vue-cli