[Flutter] 플러터 go_router 세팅 및 설정하기
·
프로그램/FLUTTER
안녕하세요! 프뚜입니다. bloc에 대해 포스팅합니다. OS: Windows 10 Dart: Dart SDK version: 3.0.6 (stable) (Tue Jul 11 18:49:07 2023 +0000) on "windows_x64" Flutter: Flutter 3.10.6 # go_router 설치하기 flutter pub add go_router 프로젝트 경로에서 위 명령어를 실행합니다. # routes 파일 생성하기 class AppRoutes { static const String root = '/'; } router 경로를 지정 할 class 파일을 생성합니다. # router 파일 생성하기 import 'package:flutter/cupertino.dart'; import 'pack..
[VUE] vue-router 설치 및 사용하기 (router-view, router-link)
·
프로그램/VUE
안녕하세요! 프뚜(프로그래머 뚜)입니다! [개발 환경] - OS: windows 10 64bit - git: 2.37.1.windows.1 - nodejs: v16.16.0 - npm: 8.15.0 - yarn: 1.22.19 - @vue/cli(vue3): 5.0.8 - vue-router: 4.1.3 1. npm 사이트로 이동하기(클릭) # npm 설치 npm i vue-router # yarn 설치 yarn add vue-router 2. router.js 생성하기 # 현재 router 폴더 생성 -> router.js 생성 ./src/router/router.js 3. 이동 할 vue를 작성하기 # pages, users 폴더 생성, Main.vue, Users.vue 생성 ./src/pages/..
프뚜
'화면' 태그의 글 목록