반응형
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
- API
- 젠킨스초기설정
- googlerefreshtoken
- springboot세팅
- Java
- refreshtoken값
- dynamicrouter
- vite
- drawer 설정
- 로그제거
- 플루터
- googleoath2연결
- 네이버API
- naverapi
- spring
- Geolocator
- DART
- refreshtoken값받기
- 카카오API
- Spring-boot
- vite.config.js
- jenkins설치
- oath2
- Flutter
- vite설정
- flutter drawer
- restapi
- springboot
- 스프링부트
- kakaoAPI
Archives
- Today
- Total
목록vite설정 (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