RADAN's Blog

RADAN's Blog

  • 분류 전체보기 (43)
    • RADAN's (3)
      • Daily (1)
    • YOUTUBE (2)
      • Cooking (2)
    • TRIP (1)
      • KOREA (0)
      • Taiwan (0)
      • Singapore (1)
      • Korea Yeosu (0)
    • REVIEW (15)
      • CAFE (6)
      • TASTY (9)
      • ITEM (0)
    • STUDY (21)
      • WEB (4)
      • HTML CSS (12)
      • VueJS (3)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

RADAN's Blog

컨텐츠 검색

태그

카페투어 맛집 JS GIT vueJS 카페 서현맛집 분당맛집 요리 css SASS 분당정자맛집 공부중 직장인점심 오포카페 scss youtube 경기광주카페 web 공부

최근글

댓글

공지사항

아카이브

분류 전체보기(43)

  • props로 이미지 (img) 를 받아 출력

    props로 이미지 (img) 를 받아 출력할 때, props: ["img"]

    2020.05.28
  • [Git/Github] 깃; Git

    | Git 기능 버전관리 Version Control 백업 Backup 백업 공간을 제공하는 인터넷 서비스 > 깃의 원격 저장소, 온라인 저장소 대표적으로 깃허브 협업 Collaboration | 깃 프로그램 - 소스트리(SourceTree) - 커내드 라인 인터페이스(Command Line Interface, CLI) - 터미널 창에 직접 명령을 입력

    2020.05.25
  • store

    import { mapActions } from 'vuex' @clickEvent="userLogin({id,password})" ...mapActions(["userLogin"]) import store from '../store/index' @clickEvent="login({id,password})" login(value){ console.log(value) store.dispatch('userLogin').then((res) => { console.log(res) }); },

    2020.04.25
  • [VueJS] axios

    개발시 api 통신이 필요하다. jquery를 쓸 땐, ajax를 사용했는데, 뷰에선 [axios]를 쓴다고 한다. - HTTP통신을 위한 Javascript라이브러리 - Promise 기반 | 설치 - NPM (해당프로젝트 경로) $ npm install axios - CDN - file import axios from 'axios' | GET axios.get('...',{params:{}}).then((response)=>{ // handle success console.log(response); }) .catch((error)=>{ // handle error console.log(error); }) .then(()=>{ // always executed }); | POST

    2020.04.23
  • [VueJS] Vue.js프로젝트 생성

    #Vue-CLI 설치 $ npm i -g @vue/cli $ vue --version (2020.04.20 기준) @vue/cli 4.2.3 #프로젝트 생성 $ vue create _ Please pick a preset: Manually select features _ Check the features needed for your project: Babel, Router, Vuex, CSS Pre-proce ssors _ Use history mode for router? (Requires proper server setup for index fallback in production) Yes _ Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modu..

    2020.04.20
  • 강아지(꼬부기) 산책하고나서..

    친구강아지 꼬부기 강아지,고양이강아지, 고양이 털 알레르기가 있지만 그래도 강아지, 고양이를 좋아합니다. 그래서 가끔 친구강아지 산책시켜주고, 나의 욕망도 강아지의 욕망도 채우고 옵니다. 그리고 산책갔다온 인증샷을 친구에게 보냅니다. 후후- 이날은 친구가 늦게 집에오는날 밤 산책을 해주고 난 후에 찍은 사진입니다. (친구는 하루 2번이상 산책을 시켜주고 있습니다.) - ‎2019‎년 ‎8‎월 ‎16‎일 ‎금요일, ‏‎오후 9:33:17

    2020.04.18
1 2 3 4 ··· 8
TISTORY YOUTUBE INSTAGRAM
© 2018 TISTORY. All rights reserved.

티스토리툴바