电商项目笔记(1)---项目初始化
2019-04-08 本文已影响0人
CHH5431
vue项目初始化步骤
步骤一:安装vue-cli
npm install vue-cli
步骤二:vue项目初始化
vue init webpack happbuy
? Project name happybuy
? Project description A Vue.js project
? Author ybs586924 <yangbaoshuai@workermart.com>
? Vue build (Use arrow keys)
? Vue build standalone
? Install vue-router? Yes? Use ESLint to lint your code? No
? Set up unit tests No
? Setup e2e tests with Nightwatch? No
? Should we run `npm install` for you after the project has been created? (recommended) npm
效果图
