ElecTron
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
*** インストールと初回起動 [#sd11e464]
- nodejs のインストール
[local] munakata: sudo apt install nodejs
[local] munakata: node -v
v10.19.0
- npm のインストール
[local] munakata: sudo apt install npm
[local] munakata:~/latex/LFS201/program$ npm -v
6.14.4
- electron のインストール(npm でインストール)
[local] munakata:~/latex/LFS201/program$ npm install ele...
- electron の初回起動 (npx electron)
[local] munakata:~$ npx electron
Electron 13.1.6 - Build cross platform desktop apps with...
Usage: electron [options] [path]
A path to an Electron app may be specified. It must be o...
- index.js file.
- Folder containing a package.json file.
- Folder containing an index.js file.
- .html/.htm file.
- http://, https://, or file:// URL.
Options:
-i, --interactive Open a REPL to the main process.
-r, --require Module to preload (option can be...
-v, --version Print the version.
-a, --abi Print the Node ABI version.
-- &ref(first_electron.jpg);
*** 参考 URL [#q162ea6d]
- [[【入門】Electron完全に理解した (2020-12):https://zenn...
- [[最新版で学ぶElectron入門 (2020-08):https://ics.media/...
- [[ようこそ!Electron入門 (2019-11):https://qiita.com/um...
- [[日頃お世話になっているElectronのアプリ開発に入門して...
- [[:]]
- [[:]]
終了行:
*** インストールと初回起動 [#sd11e464]
- nodejs のインストール
[local] munakata: sudo apt install nodejs
[local] munakata: node -v
v10.19.0
- npm のインストール
[local] munakata: sudo apt install npm
[local] munakata:~/latex/LFS201/program$ npm -v
6.14.4
- electron のインストール(npm でインストール)
[local] munakata:~/latex/LFS201/program$ npm install ele...
- electron の初回起動 (npx electron)
[local] munakata:~$ npx electron
Electron 13.1.6 - Build cross platform desktop apps with...
Usage: electron [options] [path]
A path to an Electron app may be specified. It must be o...
- index.js file.
- Folder containing a package.json file.
- Folder containing an index.js file.
- .html/.htm file.
- http://, https://, or file:// URL.
Options:
-i, --interactive Open a REPL to the main process.
-r, --require Module to preload (option can be...
-v, --version Print the version.
-a, --abi Print the Node ABI version.
-- &ref(first_electron.jpg);
*** 参考 URL [#q162ea6d]
- [[【入門】Electron完全に理解した (2020-12):https://zenn...
- [[最新版で学ぶElectron入門 (2020-08):https://ics.media/...
- [[ようこそ!Electron入門 (2019-11):https://qiita.com/um...
- [[日頃お世話になっているElectronのアプリ開発に入門して...
- [[:]]
- [[:]]
ページ名: