728x90 안드로이드 스튜디오2 [svelte] capacitor, sveltekit을 이용하여 모바일 앱 만들기 기존 실행되는 sveltekit 프로젝트에서 adapter가 달려있다고 가정한다. capacitor 를 이용할 것이다. npm install -D @capacitor/core @capacitor/cli @capacitor/android @capacitor/filesystem @capacitor/geolocation 위 명령어로 capacitor 등등 옵션 등을 install 한다. 그 이후, npx cap init 위 명령어를 입력하여, capacitor.config.json 파일을 생성시킨다. { "appId": "com.example.app", "appName": "javamin", "webDir": "build", "bundledWebRuntime": false, "server": { "url": .. svelte 2022. 6. 17. [Flutter] Flutter 개발 환경 세팅 1. VSCODE 설치 (비주얼 스튜디오 설치) https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 2. 설치된 VSCODE에 MaketPlace를 이용하여 추가로 필요한 확장 플러그인을 설치한다. .. Flutter 2022. 3. 15. 이전 1 다음 728x90