전체 글143 [supabase][vue] 포트폴리오 사이트 데이터 베이스 설계 테이블명: projects포함될 컬럼:프로젝트이름: project_name개발환경: development_environment프로젝트 기간: project_durationurl: project_url깃허브 url: github_url프로젝트 설명: description코멘트: comments1. Supabase 대시보드에서 projects 테이블 생성하기순서:Supabase 대시보드 접속 후 해당 프로젝트로 이동합니다.왼쪽 사이드바에서 Table Editor (테이블 에디터) 아이콘을 클릭합니다.화면 중앙 또는 상단의 + New table (새 테이블) 버튼을 클릭합니다.테이블 설정 (New table 팝업창):Name: projects 입력Description: (선택 사항) 사용자의 포트폴리오 프로젝.. 2025. 8. 8. [supabase] 입문 보호되어 있는 글 입니다. 2025. 8. 8. [Vue] Router 웹 애플리케이션에서 "어떤 주소(URL)로 접속했을 때 어떤 페이지(컴포넌트)를 보여줄 것인가?"를 관리하고 제어하는 역할 Vue.js 애플리케이션의 공식 라우팅 라이브러리 Vue Router | The official Router for Vue.jsThe official Router for Vue.jsrouter.vuejs.org Routing · Get Started with Nuxt v4Nuxt file-system routing creates a route for every file in the pages/ directory.nuxt.com Nuxt.js 만약 Nuxt.js를 사용한다면 Vue Router를 직접 설치하고 설정할 필요가 거의 없다파일 시스템 기반 라우팅:Nuxt는pages/디렉토.. 2025. 7. 31. [vue] Nuxt.js + Pinia + Vue.js 프로젝트 시작하기 ⚛️ React.js (리액트)와 🍃 Vue.js (뷰) 비교더보기React.js Vue.js JSX(JavaScript XML)자바스크립트 코드 내에서 HTML 구조 작성단일 파일 컴포넌트(SFC)SFC에서 HTML, CSS, JavaScript를 통합하여 작성JSX와 개념(Hooks 등) 익숙해지는 시간 필요HTML, CSS, JS 기본 지식만 있다면 쉽게 시작 가능공식적인 내장 솔루션이 없어 Redux, Zustand 등 외부 라이브러리 사용Pinia (Vue 3 권장), Vuex 등 공식적인 상태 관리 라이브러리 제공대규모의 복잡한 애플리케이션 및 모바일(React Native) 개발에 유리소규모부터 중규모, 대규모 애플리케이션까지 모두 가능하며, 특히 빠르게 프로토타이핑할 때 유리Next.js.. 2025. 7. 30. [타입스크립트] 스포티파이 데모 - 서치 페이지 Web API Reference | Spotify for DevelopersGet Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that match a keyword string. Audiobooks are only available within the US, UK, Canada, Ireland, New Zealand and Australia markets.developer.spotify.comhttps://github.com/roseraph502on/spotity_pe/blob/master/src/apis/searchApi.ts spotity_pe/src/apis/sear.. 2025. 6. 16. [타입스크립트] 노래 추가 기능 추가 api Web API Reference | Spotify for DevelopersThe position to insert the items, a zero-based index. For example, to insert the items in the first position: position=0 ; to insert the items in the third position: position=2. If omitted, the items will be appended to the playlist. Items are added in thedeveloper.spotify.com import { useMutation } from "@tanstack/react-query" interface AddPlayli.. 2025. 6. 15. 이전 1 2 3 4 5 ··· 24 다음