Vue 개발 환경 설정

sireal·2025년 8월 7일
0

Frontend

목록 보기
15/15

html, css, javascript 테스트할 사이트

https://jsbin.com/?html,output

vue 접속하기

node 설치후
C:\Users\trsj1>npm install -g @vue/cli

vue 버전 확인 후에, 아래와 같은 과정 진행

C:\Users\trsj1>vue --version
@vue/cli 5.0.8

프로젝트 폴더를 다운로드 받은 vue 폴더에서 만들어주고 서버 실행하기

C:\Users\trsj1>cd ..

C:\Users>cd ..

C:\>cd vue

C:\vue>cd myproject

C:\vue\myproject>npm run serve

위와 같이 서버 실행시 접속할수있는 서버링크가 주어짐

 DONE  Compiled successfully in 12826ms                           오후 4:22:22


  App running at:
  - Local:   http://localhost:8081/
  - Network: http://192.168.0.115:8081/

  Note that the development build is not optimized.
  To create a production build, run npm run build.

0개의 댓글