Yarn 的那些事

熟悉yarn
npm intall -g yarn == npm install -g windows-build-tools
https://www.npmjs.com/package/simple-statistics
yarn cache clean

power shell(打開方式:右鍵 左下角win—>window shell)
安裝依賴:
PS C:\Users\zhangbk> cd E:\workspace\haier\productForcast\cplm-pf-front
PS E:\workspace\haier\productForcast\cplm-pf-front> yarn install

            項目運行:
                PS C:\Users\zhangbk> cd E:\workspace\haier\productForcast\cplm-pf-front
    PS E:\workspace\haier\productForcast\cplm-pf-front>yarn serve

vue.config.js ---->接口api配置

router.config.js ---->路由配置文件

node -v
npm ls -g --depth 0

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章