view2.0(1)

Recently, the company needs to use vue2.0; so I learned it and shared it for reference

The knowledge of node npm is Baidu

# 全局安装 vue-cli
$ npm install --global vue-cli
# 创建一个基于 webpack 模板的新项目
$ vue init webpack my-project
# 安装依赖,走你
$ cd my-project
$ npm install
$ npm run dev

To be continued

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325390336&siteId=291194637