분류 전체보기 (996) 썸네일형 리스트형 로컬 프로젝트 Github연결 깃허브에 업로드할 프로젝트를 우클릭 - Git Bash Here 선택 $ git init // 로컬 저장소 생성 $ git status // 올라갈 파일 있는지 현재 폴더의 파일들 확인 // 둘 중 하나 선택 $ git add . // 로컬 저장소에 전체 파일 업로드 $ git add [파일명/폴더명] // 로컬 저장소에 특정 파일/폴더 업로드 $ git commit -m "[푸쉬 메시지]" // push시 원하는 메시지 등록 및 commit $ git remote add origin [복사해둔 레포지토리 주소] $ git remote -v // 로컬 저장소가 원격 저장소로 연결 $ git push origin master // 아까 커밋한 파일들 원격저장소에 업로드 Nuxt.js https://nuxt.com/ Nuxt: The Intuitive Web Framework nuxt.com Vue Application을 만들기 위한 강력한 Framework 인 Nuxt.js에 대해 알아보자. Nuxt.js는 Vue.js 응용 프로그램을 만들기 위한 Framework이며, Vue.js Application을 좀 더 손쉽게 만들 수 있으며 Server-Side-Rendering을 지원한다. Quasar[The enterprise-ready cross-platform VueJs framework] https://quasar.dev/ Quasar Framework - Build high-performance VueJS user interfaces in record time Developer-oriented, front-end framework with VueJS components for best-in-class high-performance, responsive websites, PWA, SSR, Mobile and Desktop apps, all from the same codebase. Sensible people choose Vue. Productive people choose Quasar. Be both. quasar.dev The enterprise-ready cross-platform .. [Vue 3] Vite를 이용하여 Vue.js 프로젝트 생성하기 https://velog.io/@wooryung/Vue-3-Vite%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%98%EC%97%AC-Vue.js-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EC%83%9D%EC%84%B1%ED%95%98%EA%B8%B0 [Vue 3] Vite를 이용하여 Vue.js 프로젝트 생성하기 Vue.js MVC 패턴에서 View(사용자에게 보이는 화면)를 중심으로 만든 라이브러리 및 프레임워크 MVC 패턴 디자인 패턴 중 하나 Model은 데이터를 관리하고, View는 사용자에게 보이는 화면을 관리하며, C velog.io Vite webpack을 대체할 수 있는 번들러 Vue 3에서 권장하는 번들러이며, Vue 창시자 Evan You가 .. firebase 오류 - .js 파일에 firebase import 가 안됨 firebase 8버전 이하 import firebase from 'firebase/app'; import 'firebase/auth'; import 'firebase/firestore'; firebase 9버전 이상 import firebase from 'firebase/compat/app'; import 'firebase/compat/auth'; import 'firebase/compat/firestore'; https://gallery-k.tistory.com/259 [React] firebase 오류 - .js 파일에 firebase import 가 안됨 (React 너눈 왜케 오류가 많니...) 1. 문제 발생 firebase 에 프로젝트를 등록하고, React 에 등록을 해줬습니다. 그러고 i.. VUEX의 STORE란 무엇일까? http://ccambo.github.io/Dev/Vue/5.what-is-the-store-in-vuex/ Vuex의 Store란 무엇일까? ccambo.github.io Vue3 Migration Changes Nuxtjs Cheat Sheet Vue3 Composition API Cheat Sheet Vue Essentials Cheat Sheet 이전 1 ··· 37 38 39 40 41 42 43 ··· 100 다음