我的環境:
OS:win10
當我第一次使用
Vue:2.82
Yarn:0.27.5
Nodejs:8.2.1
Other:Git-bash vue init webpack alphalayui
建立一個VUE項目,我發現一個奇怪的事情。VUE初始化的WebPack alphalayui奇怪的
它可以得到我的Email-ID,我非常驚訝,這個Email-ID只是用在一個名爲Foxmail的軟件中。但是我在這臺電腦上有很多Email-ID。
我想知道如何能vue init
讓我的電子郵件ID?
有人能幫助我嗎?提前致謝。
$ vue init webpack alphalayui ? Project name (alphalayui) y ? Project name y ? Project description (A Vue.js project) y ? Project description y ? Author (alphayan <[email protected]>) y ? Author y ? Vue build standalone ? Install vue-router? (Y/n) y ? Install vue-router? Yes ? Use ESLint to lint your code? (Y/n) y ? Use ESLint to lint your code? Yes ? Pick an ESLint preset (Use arrow keys) ? Pick an ESLint preset Standard ? Setup unit tests with Karma + Mocha? (Y/n) y ? Setup unit tests with Karma + Mocha? Yes ? Setup e2e tests with Nightwatch? (Y/n) y ? Setup e2e tests with Nightwatch? Yes
可能使用從全球混帳配置 – Phil