使用vue-cli3&vue ui图形化界面创建项目

Vue CLI3 需要 Node.js 8.9 或更高版本 

sudo npm install -g @vue/cli
# OR
sudo yarn global add @vue/cli
vue create hello-world
cd hello-world
npm run serve  // 运行  http://localhost:8000
vue ui //  自动运行图形页面 http://localhost:8000

 

posted @ 2018-11-12 18:15  fengnovo  阅读(7387)  评论(0编辑  收藏  举报