Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- JavaScript
- vue3
- OpenLayers
- kubernetes
- vue #vue-router
- vuetify3
- PersistentVolumeClaim
- javascript #localstorage #stringify #parse
- v-combobox
- Yarn
- 맥 #나스 #SMA
- github action #tistory
- PersistentVolume
- 인터넷 #클라이언트 #서버 #포트 #ipadress #domainname
- basepath
- localstorage
- vuejs
- vuejs #pinia #vuetify3
- react
- 라우터 #NAT #포트 #포트포워딩 #유동고정아이피 #DHCP
- MongoDB
- browserstorage
- postman
- nextjs
- MPA
- mixedcontent
- javascript #컴파일 #인터프리터
- CKEditor4
- vworld
- sesstionstorage
Archives
- Today
- Total
목록vuejs #pinia #vuetify3 (1)
月亮
[vue.js+vuetify3+pinia] 전역 모달 (Alert dialog, Confirmation Modal) 만들기 🤔
store 기능을 이용하는 것은 react 쓸 때 redux 접할 때 빼고는 처음 건드려 보는데 pinia는 나름 간단하게 사용할 수 있는 것 같다! 전제조건은 vuetify3이 세팅되어 있어야 한다! 1. pinia 공식문서를 보고 세팅하기 main.js에 세팅한다 (이번 프로젝트 하면서 느꼈는데 공식문서에 다 나와있다) https://pinia.vuejs.org/getting-started.html Pinia | The intuitive store for Vue.js Intuitive, type safe, light and flexible Store for Vue pinia.vuejs.org 2. 프로젝트 루트에 store폴더 > index.js 만들기 나는 src > store >index.js 로..
vue.js
2023. 4. 12. 23:57