๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
Node package

[๋นŒ๋“œ] yarn buildํ•  ๋•Œ, prod env ์„ค์ •์œผ๋กœ ๋นŒ๋“œํ•˜๋Š” ๋ฒ•

by devebucks 2022. 10. 26.
728x90

package.json์—์„œ script

"scripts": {
    "dev": "vue-cli-service serve --port 3333",
    // "build": "vue-cli-service build",
    "build": "vue-cli-service build --mode production", ๐Ÿ‘ˆ
    "lint": "vue-cli-service lint",
    "test": "jest"
  },

 

728x90

'Node package' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[]git hook lint-staged  (0) 2022.10.12
Vue github package ๋งŒ๋“ค๊ธฐ  (0) 2022.06.29

๋Œ“๊ธ€