首页 > 移动平台 > 详细

Vue.js2.5+cube-ui重构饿了么App(经典再升级)

时间:2020-05-13 15:53:25      阅读:170      评论:0      收藏:0      [点我收藏+]

 

技术分享图片

 

技术分享图片

 

技术分享图片

 

 

https://github.com/vuejs

https://cli.vuejs.org/

Node Version Requirement

Vue CLI requires Node.js version 8.9 or above (8.11.0+ recommended). You can manage multiple versions of Node on the same machine with nvm or nvm-windows.

To install the new package, use one of the following commands. You need administrator privileges to execute these unless npm was installed on your system through a Node.js version manager (e.g. n or nvm).

npm install -g @vue/cli
# OR
yarn global add @vue/cli

After installation, you will have access to the vue binary in your command line. You can verify that it is properly installed by simply running vue, which should present you with a help message listing all available commands.

You can check you have the right version with this command:

vue --version

https://cli.vuejs.org/guide
在开发之前,把vue-cli 脚手架文档看一遍
官方文档一般会最先更新
vue -h 

vue-cli创建项目时,点 空格 表示选中







 

Vue.js2.5+cube-ui重构饿了么App(经典再升级)

原文:https://www.cnblogs.com/softidea/p/12881979.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!