一、vue起步1.1 引入
script 引入
<script src="../js/vue.js">
CDN
NPM
i.项目根目录下运行npm install vue
ii.
<script src="./node
2019-02-28