반응형
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 |
Tags
- jenkins설치
- refreshtoken값받기
- refreshtoken값
- dynamicrouter
- googleoath2연결
- springboot
- googlerefreshtoken
- 스프링부트
- drawer 설정
- 네이버API
- oath2
- Flutter
- 플루터
- kakaoAPI
- Java
- 로그제거
- Geolocator
- API
- 젠킨스초기설정
- vite
- naverapi
- vite설정
- 카카오API
- vite.config.js
- flutter drawer
- Spring-boot
- restapi
- spring
- DART
- springboot세팅
Archives
- Today
- Total
목록vite (1)
사소한것부터 바꾸자
vite.config.js 설정 (1)
https://vitejs-kr.github.io/guide/why.html#the-problems { //route 형식 만들기 const routes = [] for (const { menuName, menuComponent, menuPath } of paths) { routes.push({ path: `${menuPath}`, name: `${menuName}`, component: () => import(`@/views/${menuComponent}.vue`) }); } return routes } - dynamicRoute.js 에서 router에 add 해주면 끝 const routes = dynamicRoutes(resultData); for(let index; index < routes.l..
프론트엔드/vite
2022. 4. 27. 17:19