vue-基础

一.vue-基础

vue的安装

因为vue是基于node.js而开发的一款框架因此在正式安装vue之前要安装好node.js

1.node.js的安装及配置

安装node.js的具体步骤

2.vue.安装

1.CDN引用方式

2.npm 安装方式

$ npm install vue

你可能感兴趣的:(vue-基础)