Vue 基本命令

vue init webpack hello-vue-element-ui
cd hello-vue-element-ui
npm install vue-router --save-dev
npm i element-ui -S
npm install
# 安装 SASS 加载器
cnpm install sass-loader node-sass --save-dev
npm run dev
原文地址:https://www.cnblogs.com/liweiwei1419/p/15388477.html