Skip to content

truespring/js-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js

프론트엔드를 이해하기 위한 Vue.js 학습하기

Vuejs 더 잘다루기

Vue 를 더 잘다루기 위해서 필요한 환경이 존재한다.

component 사용

컴포넌트는 일반 브라우저에 동작하지 않는다. CORS 정책 때문이다. 컴포넌트를 다루기 위해서는 HTTP 서버가 필요하다.

  1. Node.js 설치
$ brew install node
  1. http-server 설치
$ npm install http-server -g
  1. 코드가 위치한 폴더에서 서버 실행
// localhost 3000 포트에서 실행
$ http-server -p 3000
  1. 브라우저에서 localhost:3000 실행

About

백엔드 개발자가 배워보는 Vue.js2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published