Vue詳細安裝步驟
1.小黑框安裝
vue create 專案名 -b -n
2.vuex安裝
yarn add vuex //全域狀態管理工具
yarn add vuex-persistedstate //vuex保存在本地
3.路由安裝
yarn add vue-router //路由
4.路由跳轉
yarn add axios //路由跳轉
yarn add vue-axios //路由跳轉
5.快速實作頁面效果pc端
yarn add element-ui -S //pc端
6.scss樣式安裝
yarn add node-sass sass-loader@7.3.1 //scss
7.swiper輪播圖
yarn add swiper vue-awesome-swiper //swiper
8.vant移動端頁面
yarn add vant //移動端
9.jquery
yarn add jquery //jquery
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/142303.html
標籤:其他
