일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- SQL
- Spring Framework
- oracle
- GIT
- https
- vue
- 프레임워크
- Github
- pls-00103
- Java
- framework
- 뷰
- 어노테이션
- 깃허브에러
- bean
- API
- spring boot
- autowired
- DTO
- CS
- Entity
- error
- react
- vue3
- Spring
- JavaScript
- 개발자기록
- REST API
- JSON
- HTTP
- Today
- Total
목록vue3 (2)
o-ohi-code 님의 블로그

😊 바쁜 한국인을 위한 정리1. npm install pinia & pnpm install pinia & yarn install pinia (셋 중 사용하는 거)2. pinia 를 사용하여 store 에 저장하기 위한 index.ts 파일 생성, 경로 : store/파일명/index.tsimport { defineStore } from 'pinia';import { getEmployeeList, getCompanyInfo, getEmpEdit, getmpDelete, getEmployeeAdd } from '@/api/logi/employee'export const employeeStore = defineStore('employeeStore', { state: () => ({ emp..

1. 파일 생성 2. VsCode 설치https://code.visualstudio.com/download Download Visual Studio Code - Mac, Linux, WindowsVisual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.code.visualstudio.com3. VsCode 터미널 실행npm install -g vue..