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: mention overview of vite issues (#9101) ([61fa3ec](https://github.com/vitejs/vite/commit/61fa3ecd479b111c356ff20bc27221228a00aea6)) --- ````diff +++ b/docs/guide/build.md @@ -163,8 +163,8 @@ Running `vite build` with this config uses a Rollup preset that is oriented towa...

sync

docs: add `appId` in vitepress config (#9099) ([8e0308b](https://github.com/vitejs/vite/commit/8e0308bee847e5a1a126a86585ff102583e81c3c)) --- ````diff +++ b/docs/blog/announcing-vite3.md @@ -215,7 +215,7 @@ In part, this reduction was possible by making some dependencies that most users ##...

sync

docs: update library mode info (#9102) ([60fa6ba](https://github.com/vitejs/vite/commit/60fa6ba082c50d57ec4abecb196573f4100636d2)) --- ````diff +++ b/docs/.vitepress/config.ts @@ -39,6 +39,7 @@ export default defineConfig({ ], algolia: { + appId: 'BH4D9OD16A', apiKey: 'b573aa848fd57fb47d693b531297403c', indexName: 'vitejs', searchParameters: {...

sync

docs: fix link a11y (#9055) ([5340005](https://github.com/vitejs/vite/commit/5340005fc01ae536a077103f64b92f6e51bcec34)) --- ````diff Binary files /dev/null and b/docs/images/v3-new-open-issues-and-PRs.png differ ````

sync

docs: upgrades to vite core (#9070) ([8480b35](https://github.com/vitejs/vite/commit/8480b3519f63b4576aa649ca1d9d58249849c2da)) --- ````diff --- /dev/null +++ b/docs/images/lit.svg @@ -0,0 +1 @@ + \ No newline at end of file ````

sync

chore: v3 announcement blog post (#9037) Co-authored-by: Haoqun Jiang Co-authored-by: 翠 / green Co-authored-by: Bjorn Lu Co-authored-by: Anthony Fu ([6391791](https://github.com/vitejs/vite/commit/63917913f7bd4759fdee8c7d105e07f20f4ec3eb)) --- ````diff Binary files /dev/null and b/docs/images/v3-docs.png differ ````

sync

docs: update ssr externals (#9048) Co-authored-by: Bjorn Lu ([e5ddfa8](https://github.com/vitejs/vite/commit/e5ddfa824656fe34d8bda8a440505be7adf67a1e)) --- ````diff --- /dev/null +++ b/docs/images/svelte.svg @@ -0,0 +1 @@ + \ No newline at end of file ````

sync

docs: improve server.host desc in migration guide (#9030) Co-authored-by: Ian VanSchooten Co-authored-by: Bjorn Lu Co-authored-by: Tony Trinh ([d5d41a6](https://github.com/vitejs/vite/commit/d5d41a6688250c9b67bcfe326d69d0f9ed811a20)) --- ````diff --- /dev/null +++ b/docs/images/react.svg @@ -0,0 +1 @@ + \...

sync

docs: add cover image to v3 announcement post (#9077) ([24f4f62](https://github.com/vitejs/vite/commit/24f4f62c5807f40ec45ec5834328d4b5cec47753)) --- ````diff +++ b/docs/guide/migration.md @@ -1,8 +1,8 @@ # Migration from v2 -## Node Support +## Node.js Support -Vite no...

sync

docs: fix broken link in v3 blog post (#9085) ([9eafb0e](https://github.com/vitejs/vite/commit/9eafb0e64b3ef55567bb95b8acb0f2718116fd25)) --- ````diff +++ b/docs/guide/build.md @@ -128,7 +128,7 @@ import { defineConfig } from 'vite' export default defineConfig({ build: { lib:...

sync