laravel-vite
Vite integration for Laravel (maintenance mode)
파일 탐색기
최종 버전 다운로드 (.zip)- logo.svg
- config.yml
- php-cs-fixer.yml
- release.yml
- run-tests.yml
- CONTRIBUTING.md
- FUNDING.yml
- vite.php
- Home.vue
- styles.css
- index.ts
- config.ts
- laravel-package.md
- vite-plugin.md
- building-for-production.md
- configuration.md
- development.md
- server-and-manifest-modes.md
- tag-generation.md
- working-with-assets.md
- inertia.md
- multiple-configurations.md
- php-path.md
- troubleshooting.md
- directives.md
- entrypoints.md
- helpers.md
- ssr.md
- introduction.md
- quick-start.md
- upgrade.md
- banner.png
- favicon.svg
- logo.svg
- index.md
- .gitignore
- env.d.ts
- package.json
- tsconfig.json
- ExportConfigurationCommand.php
- UpdateTsconfigCommand.php
- DefaultEntrypointsFinder.php
- EntrypointsFinder.php
- ManifestNotFoundException.php
- NoBuildPathException.php
- NoSuchConfigurationException.php
- NoSuchEntrypointException.php
- ViteException.php
- HeartbeatChecker.php
- HttpHeartbeatChecker.php
- CallbackTagGenerator.php
- DefaultTagGenerator.php
- TagGenerator.php
- Chunk.php
- Configuration.php
- helpers.php
- Manifest.php
- Vite.php
- ViteServiceProvider.php
- ExportConfigurationCommandTest.php
- UpdateTsconfigCommandTest.php
- BladeDirectivesTest.php
- ConfigurationTest.php
- DevelopmentServerTest.php
- EntrypointsFinderTest.php
- ManifestTest.php
- TagGeneratorsTest.php
- ViteTest.php
- main-legacy.e72ecf9c.js
- main.eb449349.js
- polyfills-legacy.f1fdfa46.js
- manifest.json
- import.65bd481b.css
- import.a1c332bb.js
- test.65bd481b.css
- test.a2c636dd.js
- manifest.json
- manifest.json
- test.65bd481b.css
- test.a2c636dd.js
- manifest.json
- manifest.json
- main.ts
- secondary.ts
- main.ts
- style.css
- main.ts
- with-css-entry.json
- with-entries.json
- with-entry.json
- with-imported-css.json
- Pest.php
- TestCase.php
- config.ts
- index.ts
- inertia.ts
- manifest.ts
- reload.ts
- types.ts
- utils.ts
- styles.css
- app.ts
- artisan-config.json
- config.json
- config.test.ts.snap
- artisan.js
- config.test.ts
- plugin.test.ts
- utils.ts
- .gitignore
- build.config.ts
- inertia.d.ts
- package.json
- tsconfig.json
- vitest.config.ts
- .editorconfig
- .eslintignore
- .eslintrc
- .gitattributes
- .gitignore
- .npmrc
- .php-cs-fixer.php
- CHANGELOG.md
- composer.json
- composer.lock
- LICENSE.md
- MIGRATION.md
- netlify.toml
- package.json
- phpunit.xml.dist
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/innocenzi/laravel-vite
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd laravel-vite
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
