Electron + Vite + Vue3 + Typescript를 이용하여 데스크탑 앱 개발 환경을 설정해보자. 1. Vite 프로젝트 생성 $ yarn create vite yarn create v1.22.15 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... success Installed "create-vite@2.7.2" with binaries: - create-vite - cva √ Project name: ... sample-project √ Select a framework: » vue √ Select a variant: » vue..
※ 이 글은 node.js 개발 환경이 구성되어 있다는 전제하에 쓰여진 글 이다. ※ vscode를 사용하고 있다면 Svelte for VS Code plugin 사용을 추천한다. https://github.com/sveltejs/template 에서 프로젝트 템플릿을 제공하고 있다. 위의 프로젝트 템플릿을 기반으로 새 프로젝트를 시작해 보자 # npx degit sveltejs/template [프로젝트명] $ npx degit sveltejs/template svelte-app > cloned sveltejs/template#HEAD to svelte-app # 프로젝트 폴더로 이동한다. $ cd svelte-app 아래와 같이 프로젝트 폴더와 파일이 생성된다. svelte-app ├── .gitig..
- Total
- Today
- Yesterday