docs-ko icon indicating copy to clipboard operation
docs-ko copied to clipboard

ViteJS 한글 공식 문서 (Korean translation of vitejs.dev)

Results 237 docs-ko issues
Sort by recently updated
recently updated
newest added

docs: update algolia appId and key ([b26b84b](https://github.com/vitejs/vite/commit/b26b84b568388790c78577e09868aadddad9799d)) --- ````diff +++ b/docs/blog/announcing-vite3.md @@ -225,7 +225,7 @@ A triaging marathon was spearheaded by [@bluwyoo](https://twitter.com/bluwyoo), - Vite no longer supports Node.js 12 /...

sync

docs: `resolve.alias` for SSR externalized deps (#9337) ([b2a4931](https://github.com/vitejs/vite/commit/b2a493131873422f96089601669ab104d68e80a7)) --- ````diff +++ b/docs/config/shared-options.md @@ -110,6 +110,10 @@ When aliasing to file system paths, always use absolute paths. Relative alias va More...

sync

- [ ] [타 번역 프로젝트의 번역 규칙 참고해 기여 문서 작성](https://github.com/javascript-tutorial/ko.javascript.info/blob/master/CONTRIBUTING.md) - [ ] 체크리스트를 포함한 PR 템플릿 재작성 - [ ] 구글 Docs를 통한 합의된 표기법 정의

docs

docs: HMR abbreviation (#9259) ([fa97bf3](https://github.com/vitejs/vite/commit/fa97bf3c3d2e2089c9c9f2432392ecbd1126ee3e)) --- ````diff +++ b/docs/config/index.md @@ -15,7 +15,7 @@ export default { } ``` -Note Vite supports using ES modules syntax in the config file even...

sync

docs: add vite client script for backend integration (#9258) ([aa0b921](https://github.com/vitejs/vite/commit/aa0b9215f5a8d31bc496c7e415a09588c6368f68)) --- ````diff +++ b/docs/guide/backend-integration.md @@ -33,6 +33,7 @@ If you need a custom integration, you can follow the steps in...

sync

docs: __dirname is not available in ES modules (#9151) ([cc980b0](https://github.com/vitejs/vite/commit/cc980b09444f67bdcd07481edf9e0c0de6b9b5bd)) --- ````diff +++ b/docs/guide/ssr.md @@ -64,8 +64,11 @@ When building an SSR app, you likely want to have full control...

sync

feat: allow declaring dirname (#9154) ([1e078ad](https://github.com/vitejs/vite/commit/1e078ad1902ae980741d6920fc3a72d182fcf179)) --- ````diff +++ b/docs/guide/env-and-mode.md @@ -60,7 +60,7 @@ console.log(import.meta.env.VITE_SOME_KEY) // 123 console.log(import.meta.env.DB_PASSWORD) // undefined ``` -If you want to customize env variables prefix, see...

sync

docs: fix broken link to envPrefix config option (#9161) ([344642a](https://github.com/vitejs/vite/commit/344642ad630d8658308dbf707ed805cb04b49d58)) --- ````diff +++ b/docs/config/index.md @@ -23,19 +23,6 @@ You can also explicitly specify a config file to use with the...

sync

docs: note library mode process.env.* replacement (#9130) ([555deea](https://github.com/vitejs/vite/commit/555deeac654be0f8a798cbc24c3a2f4d26b956fc)) --- ````diff +++ b/docs/guide/build.md @@ -189,6 +189,10 @@ Recommended `package.json` for your lib: If the `package.json` does not contain `"type": "module"`, Vite...

sync

fix: mention that Node.js 13/15 support is dropped (fixes #9113) (#9116) ([2826303](https://github.com/vitejs/vite/commit/2826303bd253e20df2746f84f6a7c06cb5cf3d6b)) --- ````diff +++ b/docs/blog/announcing-vite3.md @@ -223,7 +223,7 @@ A triaging marathon was spearheaded by [@bluwyoo](https://twitter.com/bluwyoo), ## Compatibility Notes...

sync