vue組件化學習第一天

學習如何搭建環境,初期使用腳手架一鍵搭建vue-clivue

1首先你得安裝各類環境,nodenode

2 運行命令 npm install vue-cli -gwebpack

3 運行命令vue init webpack yourprojectnameweb

中間就是填寫各類信息,以及選擇你須要東西選擇Y就好了反之Nvue-router

5 npm install 安裝各類依賴vue-cli

6 npm run devnpm

 

$ vue init webpack exprice --------------------- 這個是那個安裝vue腳手架的命令 This will install Vue 2.x version of the template. ---------------------這裏說明將要建立一個vue 2.x版本的項目 For Vue 1.x use: vue init webpack#1.0 exprice ? Project name (exprice) ---------------------項目名稱 ? Project name exprice ? Project description (A Vue.js project) ---------------------項目描述 ? Project description A Vue.js project ? Author Datura --------------------- 項目建立者 ? Author Datura ? Vue build (Use arrow keys) ? Vue build standalone ? Install vue-router? (Y/n) --------------------- 是否安裝Vue路由,也就是之後是spa(但頁面應用須要的模塊) ? Install vue-router? Yes ? Use ESLint to lint your code? (Y/n) n ---------------------是否啓用eslint檢測規則,這裏我的建議選no ? Use ESLint to lint your code? No ? Setup unit tests with Karma + Mocha? (Y/n) ? Setup unit tests with Karma + Mocha? Yes ? Setup e2e tests with Nightwatch? (Y/n) ? Setup e2e tests with Nightwatch? Yes vue-cli · Generated "exprice". To get started: --------------------- 這裏說明如何啓動這個服務 cd exprice npm install npm run dev
做者:datura_lj 連接:https://www.jianshu.com/p/1626b8643676 來源:簡書 著做權歸做者全部。商業轉載請聯繫做者得到受權,非商業轉載請註明出處。
相關文章
相關標籤/搜索