vsCode建立vue專案步驟

2020-08-12 14:45:08

在vsCode中開啓終端

1,輸入 vue init webpack my-purchase(專案名字)

 C:\Users\DELL\Desktop\vue專案> vue init webpack my-purchase(專案名字)

2, Project name my-purchase    專案名稱(sanfeng1)(確定按enter,否按N)

3, Project description A Vue.js project    專案描述(一vue.js專案)

4,Author 張三<[email protected]>    作者(sunsanfeng)

5, Vue build (Use arrow keys)> Runtime + Compiler: recommended for most usersRuntime-only: about 6KB lighter min+gzip, but templates (or any Vue-specificHTML) are ONLY allowed in .vue files - render functions are required elsewhere;Vue公司的建立(使用箭頭鍵)>執行時+編譯器:大多數使用者推薦執行時間:約6kb輕民+ gzip,但模板(或任何Vue具體HTML)只允許在。VUE檔案渲染功能是必需的其他地方。(按enter) 

6, Install vue-router? Yes    是否安裝路由根據專案需求

7, Use ESLint to lint your code? No  (使用ESLint語法,就要做好心理準備,除非你非常懂ESLint語法,要不就會處處報錯,我就被逼瘋過,建議N) 

8,Set up unit tests No  是否設定單元測試

9,Setup e2e tests with Nightwatch? No     是否建立端到端的測試

10,Should we run `npm install` for you after the project has been created? (recommended) npm        使用npm