Qiita
You are not logged in to any team
Log in to Qiita Team...
Community
List of all organizatioins
Advent Calendar
Qiita Jobs
Qiitadon (β)
Qiita Zine
Community Guideline
How to write good articles
Release note
Signup
Login
LGTM items
Followees
Comment history
Edit request history
Issue report
Help us understand the problem. What is going on with this user?
It's illegal (copyright infringement, privacy infringement, libel, etc.)
It's socially inappropriate (offensive to public order and morals)
It's advertising
It's spam
Other than the above, but not suitable for the Qiita community (violation of guidelines)
@quzq
@quzq
49
Posts
525
Contributions
7
Followers
Follow
Following tags
TypeScript
Git
Node.js
JavaScript
$ analyze @quzq
posted articles
JavaScript:
31%
WSL:
18%
Node.js:
14%
WSL2:
12%
React:
10%
LGTMed articles
JavaScript:
18%
Node.js:
13%
TypeScript:
9%
React:
8%
Go:
7%
answered questions
No data
Edit Pickup Articles (Up to 3)
Save
Pickup Articles
Windows
WSL
WSL2
WSLとwindows間のファイル連携
242
# tl;dr WSL(Windows Subsystem for Linux)からWindowsファイルシステム(要はCドライブ等)へのアクセス、またはその逆でWindows側からWSLのファイルシステムへのアクセス方法です。 ※Windows10 1903以降が対象です。 # WSLからWindowsファイルシステムへのアクセス `/mnt/{ドライブ名}`からアクセスできます。cドライブ...
2019/07/23
WSL
WSL2
WSL2にUbuntu20.04LTSをインストール
2
# WSLのインストール WSLがまだインストールされていない場合、インストールが必要です。 管理者として PowerShell を開き、以下を実行。 ```powershell PS > dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart ``` ...
2020/06/14
JavaScript
Vue.js
Electron
vue + electron で windowsデスクトップアプリを作成する
45
# 確認した環境 - windows 10 pro 64bit - node v10.16.0 # 環境のセットアップ Vue CLI + [electron-builderプラグイン](https://github.com/nklayman/vue-cli-plugin-electron-builder) で環境をセットアップします。 [electron-vueボイラープレート](http...
2019/11/29
All Items
Articles
Answers
Questions