뭐든 즐기면서 ;)

Vue.js npm 기본 명령어 본문

FRONT/Vue.js

Vue.js npm 기본 명령어

Tada.*+ 2022. 10. 6. 00:46
728x90
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
728x90

'FRONT > Vue.js' 카테고리의 다른 글

Vue.js config / Vue.js 설정 / Vue.js 기본  (0) 2022.10.06
Vue.js init / Vue.js 프로젝트 생성하기  (0) 2022.10.04
Vue.js install / Vue.js 설치  (0) 2022.10.04
Comments