본문 바로가기

프로그래밍/Script

Vue js 환경

참조 : https://jinblog.kr/192

설치 후 해당 vue 프로젝트 경로에서 npm run dev 명령어로 실행

참조 : https://kimyhcj.tistory.com/233

빌드하기 : npm run build

실행하기 : npm run dev

github에서 vue 프로젝트 받는 경우

window의 경우 node.js 설치 후 npm install (해당 명령어를 통해 관련 의존성 모듈들을 설치해줍니다.)

'프로그래밍 > Script' 카테고리의 다른 글

[Intelij] Eslint & Prettier 설정방법  (0) 2019.09.19