vue-cli 脚手架安装启动

1. vue-cli 全局安装

npm install -g vue-cli

2. 初始化项目

vue init webpack 文件名

3. 启动项目

npm start

你可能感兴趣的:(vue-cli 脚手架安装启动)