搜尋cnpm、nyarn進行安裝
參加:cnpm install ## 安裝所有第三方庫、
npm install swiper #安裝swiper
npm run *** ## ***是 package.json scripts裡面的命令,具體看專案;一般如:npm run build
、npm run start
npm 打包,一般是npm run build
yarn install #安裝所有第三方庫
yarn add swiper #新增swiper庫
yarn build #直接yarn 打包,具體命令看 package.json裡面scripts裡面的命令
使用 npm yarn 引入外掛程式
執行yarn init y會生成乙個 package.json 檔案 執行yarn add jquery會生成乙個 node modules 檔案 上述的安裝過程可以改為npm init y npm install jquery 按照上述步驟安裝好 jquery 後,需要到 main.js 檔案中i...
記錄npm yarn安裝遇到的問題
記錄工作或者學習中包管理安裝丶更新依賴遇到的問題 一 vue專案 yan run build打包時候提示 to use this template,you must update following to modules npm 6.5.0 next.0 should be 3.0.0 更新npm的...
前端之github操作
ssh keygen t rsa 生成ssh id rsa.pub 複製金鑰到settings ssh keys 貼上 ssh t git github.com 測試是否成功 git clone git github.com stormzhang test.git git push origin m...