課程
/前端開(kāi)發(fā)
/Vue.js
/vue2.5入門
這是顯示的內(nèi)容 找了半天也沒(méi)找到方法
2018-06-05
源自:vue2.5入門 4-1
正在回答
為什么我創(chuàng)建文件的時(shí)候少了很多文件?
Vue CLI v3.0.0-rc.1
? Please pick a preset: default (babel, eslint)
? ?Creating project in C:\Users\wzm\Desktop\todolist3.
? ?Initializing git repository...
? ?Installing CLI plugins. This might take a while...
> yorkie@1.0.3 install C:\Users\wzm\Desktop\todolist3\node_modules\yorkie
> node bin/install.js
setting up Git hooks
done
added 1416 packages in 73.379s
? ?Invoking generators...
? ?Installing additional dependencies...
added 1 package in 11.862s
? ?Running completion hooks...
? ?Successfully created project todolist3.
? ?Get started with the following commands:
?$ cd todolist3
?$ npm run serve
?WARN ?Skipped git commit due to missing username and email in git config.
You will need to perform the initial commit yourself.
精于勤荒于嬉
更多關(guān)于vue-cli 的信息看這里https://github.com/vuejs/vue-docs-zh-cn/blob/master/vue-cli/cli.md
如果按照老師的步驟話,你需要
這樣:
npm?install?-g?@vue/cli
然后查看vue -V 發(fā)現(xiàn)是v3.0.0-beta1.6
在執(zhí)行下面的一句話:
npm?install?-g?@vue/cli-init
成功后 就可以按照視頻老師的步驟來(lái)了,老師用的是vue2.0的cli命令,而vue3.0把很多命令變了,第二句命令是3.0到2.5的命令橋接。
先要vue create ***一個(gè)項(xiàng)目,然后再初始化吧
舉報(bào)
快速理解Vue編程理念上手Vue2.0開(kāi)發(fā)。
1 回答用vue-cli創(chuàng)建項(xiàng)目時(shí)報(bào)錯(cuò)
2 回答關(guān)于vue-cli創(chuàng)建的項(xiàng)目位置的問(wèn)題
1 回答創(chuàng)建不了項(xiàng)目
1 回答創(chuàng)建vue-cli項(xiàng)目的時(shí)候出現(xiàn)了這個(gè)怎么辦啊
1 回答創(chuàng)建vue項(xiàng)目出現(xiàn)的問(wèn)題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-06-14
為什么我創(chuàng)建文件的時(shí)候少了很多文件?
Vue CLI v3.0.0-rc.1
? Please pick a preset: default (babel, eslint)
Vue CLI v3.0.0-rc.1
? ?Creating project in C:\Users\wzm\Desktop\todolist3.
? ?Initializing git repository...
? ?Installing CLI plugins. This might take a while...
> yorkie@1.0.3 install C:\Users\wzm\Desktop\todolist3\node_modules\yorkie
> node bin/install.js
setting up Git hooks
done
added 1416 packages in 73.379s
? ?Invoking generators...
? ?Installing additional dependencies...
added 1 package in 11.862s
? ?Running completion hooks...
? ?Successfully created project todolist3.
? ?Get started with the following commands:
?$ cd todolist3
?$ npm run serve
?WARN ?Skipped git commit due to missing username and email in git config.
You will need to perform the initial commit yourself.
2018-06-10
更多關(guān)于vue-cli 的信息看這里https://github.com/vuejs/vue-docs-zh-cn/blob/master/vue-cli/cli.md
2018-06-10
如果按照老師的步驟話,你需要
這樣:
然后查看vue -V 發(fā)現(xiàn)是v3.0.0-beta1.6
在執(zhí)行下面的一句話:
成功后 就可以按照視頻老師的步驟來(lái)了,老師用的是vue2.0的cli命令,而vue3.0把很多命令變了,第二句命令是3.0到2.5的命令橋接。
2018-06-05
先要vue create ***一個(gè)項(xiàng)目,然后再初始化吧