electron
Electron backend for NativePHP
파일 탐색기
최종 버전 다운로드 (.zip)- bug.yml
- config.yml
- build-plugin.yml
- dependabot-auto-merge.yml
- fix-php-code-style-issues.yml
- phpstan.yml
- run-plugin-tests.yml
- run-tests.yml
- update-changelog.yml
- dependabot.yml
- funding.yml
- nativephp.php
- ModelFactory.php
- create_nativephp_laravel_table.php.stub
- entitlements.mac.plist
- icon.png
- notarize.js
- electron.ts
- index.mjs
- index.js
- alert.js
- app.js
- autoUpdater.js
- broadcasting.js
- childProcess.js
- clipboard.js
- contextMenu.js
- debug.js
- dialog.js
- dock.js
- globalShortcut.js
- menu.js
- menuBar.js
- middleware.js
- notification.js
- powerMonitor.js
- process.js
- progressBar.js
- screen.js
- settings.js
- shell.js
- system.js
- window.js
- api.js
- childProcess.js
- index.js
- php.js
- ProcessResult.js
- state.js
- utils.js
- index.js
- index.mts
- index.ts
- alert.ts
- app.ts
- autoUpdater.ts
- broadcasting.ts
- childProcess.ts
- clipboard.ts
- contextMenu.ts
- debug.ts
- dialog.ts
- dock.ts
- globalShortcut.ts
- menu.ts
- menuBar.ts
- middleware.ts
- notification.ts
- powerMonitor.ts
- process.ts
- progressBar.ts
- screen.ts
- settings.ts
- shell.ts
- system.ts
- window.ts
- api.ts
- childProcess.ts
- index.ts
- php.ts
- ProcessResult.ts
- state.ts
- utils.ts
- index.ts
- api.test.ts
- mocking.test.ts
- setup.ts
- utils.test.ts
- .gitignore
- .stylelintrc
- babel.config.js
- tsconfig.json
- vitest.config.mts
- .gitignore
- icon.png
- IconTemplate.png
- IconTemplate@2x.png
- index.js
- index.js
- .gitignore
- electron-builder.mjs
- electron.vite.config.mjs
- eslint.config.js
- package-lock.json
- package.json
- php.js
- yarn.lock
- BuildCommand.php
- BundleCommand.php
- DevelopCommand.php
- InstallCommand.php
- PublishCommand.php
- ResetCommand.php
- Updater.php
- CleansEnvFile.php
- CopiesBundleToBuildDirectory.php
- CopiesCertificateAuthority.php
- CopiesToBuildDirectory.php
- Developer.php
- ExecuteCommand.php
- HandlesZephpyr.php
- HasPreAndPostProcessing.php
- Installer.php
- InstallsAppIcon.php
- LocatesPhpBinary.php
- OsAndArch.php
- PatchesPackagesJson.php
- PrunesVendorDirectory.php
- Updater.php
- GitHubProvider.php
- S3Provider.php
- SpacesProvider.php
- UpdaterManager.php
- ElectronServiceProvider.php
- CopiesCertificateAuthorityTest.php
- HasPreAndPostProcessingTest.php
- CleanEnvFileTest.php
- CopyToBuildDirectoryTest.php
- .gitignore
- Pest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- LICENSE.md
- phpstan.neon
- phpunit.xml.dist
- README.md
- SECURITY.md
- testbench.yaml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/NativePHP/electron
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd electron
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd resources/js
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
