전체 글 (19) 썸네일형 리스트형 [Vue3] Vue3 설정하기 (Vite, vuex, vue-router, typescript) Node.js : 16.13.0 Vue : 3.2.21 Vite : 2.6.13 vuex : 4.0.2 vue-router : 4.0.12 0. 사전 준비 # Node.js 자바스크립트 패키지 매니저인 npm을 사용하기 때문에 Node.js를 설치해주자. https://next.vuex.vuejs.org/installation.html Installation | Vuex Installation Direct Download / CDN https://unpkg.com/vuex@4 Unpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specifi.. [Spring] Fcm init 1. 초기 설정 Firebase -> 해당 프로젝트 -> 프로젝트 설정 -> 서비스 계정 비공개키를 resources/firebase에 넣고 위 예제 코드를 Application에 추가한다 @Bean public void run() throws Exception { try { FirebaseApp.getInstance(); } catch (Exception e) { try { String path = System.getProperty("user.dir"); FileInputStream serviceAccount = new FileInputStream(path + "/src/main/resources/firebase/serviceAccountKey.json"); FirebaseOptions options .. [Local Storage] SQFLite, Bloc Pattern활용 Flutter version 2.2.3 Dart version 2.13.4 0. 패키지 설치 Flutter 프로젝트를 진행할 때, 여러모로 편리하다. Flutter 프로젝트의 pubspec.yaml에서 command + shift + P에서 "add"를 입력한 다음, 패키지 명을 입력하면 패키지의 최신버전을 불러와준다. 이 프로젝트에서 사용한 패키지들 null-safety가 적용된 버전이다. get: ^4.1.4 // https://pub.dev/packages/get intl: ^0.17.0 // https://pub.dev/packages/intl path_provider: ^2.0.2 // https://pub.dev/packages/path_provider sqflite: ^2.0.0+3 // h.. 이전 1 2 3 4 ··· 7 다음