美文网首页
电商项目笔记(1)---项目初始化

电商项目笔记(1)---项目初始化

作者: CHH5431 | 来源:发表于2019-04-08 17:25 被阅读0次

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

效果图

项目初始化完成

相关文章

网友评论

      本文标题:电商项目笔记(1)---项目初始化

      本文链接:https://www.haomeiwen.com/subject/peypiqtx.html