Front/Vue.js

Front/Vue.js

[Vue] axios, vue-router 설치

[맥 m1] VSCode, Node.js 설치 1. VSCode 설치 (1) 링크 타고 파일 다운받아 설치 Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free intheham.tistory.com 1. axios 와 vue-router 설치 npm install axios --save Vue 에서 ajax 를 쓰려면 axios 를 설치해야 함. npm install vue-router --save 2. 프로젝트 새..

Front/Vue.js

[Vue] 환경설정

Vue : front 앱의 기본 뼈대와 api를 제공하는 자바스크립트 프레임워크 : 컴포넌트 베이스 개발 - 컴포넌트는 (화면 ui 구성), data, 메서드로 구성됨. - 컴포넌트 안에 컴포넌트를 끼워넣을 수 있음. (부품처럼 끼워서 씀) 사용방법 1. Jquery 처럼 url 추가해서 사용 2. Node.js 설치 -> VSCode 설치 -> Vue 프로젝트 생성 - 이클립스는 vue 태그가 잘 인식이 안됨. VSCode2 설치해서 씀. - Spring_restapi 프로젝트에 Vue 프로젝트를 합체할 수 있음. (각각 다른 서버 씀) -- 프록시 서버를 등록해서 연결하면 자동으로 합체됨. https://intheham.tistory.com/109 [맥 m1] VSCode, Node.js 설치 1. ..

함s
'Front/Vue.js' 카테고리의 글 목록