|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - "title": "Essential", |
| 3 | + "title": "에센셜", |
4 | 4 | "links": [
|
5 | 5 | {
|
6 |
| - "name": "컨텍스트", |
| 6 | + "name": "컨택스트", |
7 | 7 | "to": "/context",
|
8 | 8 | "contents": [
|
9 |
| - { "name": "범용 키", "to": "#범용-키" }, |
10 |
| - { "name": "서버 사이드 키", "to": "#서버-사이드-키" }, |
11 |
| - { "name": "클라이언트 사이드 키", "to": "#클라이언트-사이드-키" } |
| 9 | + { "name": "범용 키", "to": "#universal-keys" }, |
| 10 | + { "name": "서버사이드 키", "to": "#server-side-keys" }, |
| 11 | + { "name": "클라이언트 사이드 키", "to": "#client-side-keys" } |
12 | 12 | ]
|
13 | 13 | }
|
14 | 14 | ]
|
15 | 15 | },
|
16 | 16 | {
|
17 |
| - "title": "Pages", |
| 17 | + "title": "페이지", |
18 | 18 | "links": [
|
19 |
| - { "name": "asyncData 메소드", "to": "/" }, |
| 19 | + { "name": "asyncData", "to": "/" }, |
20 | 20 | {
|
21 |
| - "name": "fetch 메소드", |
| 21 | + "name": "fetch", |
22 | 22 | "to": "/pages-fetch",
|
23 | 23 | "contents": [
|
24 | 24 | { "name": "Nuxt >= 2.12", "to": "#nuxt-gt-2-12" },
|
|
28 | 28 | { "name": "head", "to": "/pages-head" },
|
29 | 29 | { "name": "key", "to": "/pages-key" },
|
30 | 30 | { "name": "layout", "to": "/pages-layout" },
|
| 31 | + { "name": "loading", "to": "/pages-loading" }, |
31 | 32 | { "name": "middleware", "to": "/pages-middleware" },
|
32 | 33 | { "name": "scrollToTop", "to": "/pages-scrolltotop" },
|
33 | 34 | {
|
|
38 | 39 | { "name": "Function", "to": "#function" }
|
39 | 40 | ]
|
40 | 41 | },
|
41 |
| - { "name": "validate", "to": "/pages-validate" } |
| 42 | + { "name": "validate", "to": "/pages-validate" }, |
| 43 | + { "name": "watchQuery", "to": "/pages-watchquery" } |
42 | 44 | ]
|
43 | 45 | },
|
44 | 46 | {
|
45 |
| - "title": "Components", |
| 47 | + "title": "컴포넌트", |
46 | 48 | "links": [
|
47 | 49 | { "name": "nuxt", "to": "/components-nuxt" },
|
48 | 50 | { "name": "nuxt-child", "to": "/components-nuxt-child" },
|
|
51 | 53 | ]
|
52 | 54 | },
|
53 | 55 | {
|
54 |
| - "title": "Utils", |
| 56 | + "title": "유틸", |
55 | 57 | "links": [
|
56 | 58 | { "name": "$nuxt", "to": "/$nuxt" }
|
57 | 59 | ]
|
58 | 60 | },
|
59 | 61 | {
|
60 |
| - "title": "Configuration", |
| 62 | + "title": "설정", |
61 | 63 | "links": [
|
62 | 64 | {
|
63 | 65 | "name": "build",
|
64 | 66 | "to": "/configuration-build",
|
65 | 67 | "contents": [
|
66 | 68 | { "name": "analyze", "to": "#analyze" },
|
67 | 69 | { "name": "babel", "to": "#babel" },
|
| 70 | + { "name": "cache", "to": "#cache" }, |
| 71 | + { "name": "crossorigin", "to": "#crossorigin" }, |
| 72 | + { "name": "cssSourceMap", "to": "#csssourcemap" }, |
| 73 | + { "name": "devMiddleware", "to": "#devmiddleware" }, |
| 74 | + { "name": "devtools", "to": "#devtools" }, |
68 | 75 | { "name": "extend", "to": "#extend" },
|
| 76 | + { "name": "extractCSS", "to": "#extractcss" }, |
69 | 77 | { "name": "filenames", "to": "#filenames" },
|
| 78 | + { "name": "friendlyErrors", "to": "#friendlyerrors" }, |
| 79 | + { "name": "hardSource", "to": "#hardsource" }, |
| 80 | + { "name": "hotMiddleware", "to": "#hotmiddleware" }, |
| 81 | + { "name": "html.minify", "to": "#html-minify" }, |
| 82 | + { "name": "indicator", "to": "#indicator" }, |
70 | 83 | { "name": "loaders", "to": "#loaders" },
|
| 84 | + { "name": "optimization", "to": "#optimization" }, |
| 85 | + { "name": "optimizeCSS", "to": "#optimizecss" }, |
| 86 | + { "name": "parallel", "to": "#parallel" }, |
71 | 87 | { "name": "plugins", "to": "#plugins" },
|
72 | 88 | { "name": "postcss", "to": "#postcss" },
|
| 89 | + { "name": "profile", "to": "#profile" }, |
73 | 90 | { "name": "publicPath", "to": "#publicpath" },
|
74 |
| - { "name": "vendor", "to": "#vendor" } |
| 91 | + { "name": "quiet", "to": "#quiet" }, |
| 92 | + { "name": "splitChunks", "to": "#splitchunks" }, |
| 93 | + { "name": "ssr", "to": "#ssr" }, |
| 94 | + { "name": "styleResources", "to": "#styleresources" }, |
| 95 | + { "name": "templates", "to": "#templates" }, |
| 96 | + { "name": "terser", "to": "#terser" }, |
| 97 | + { "name": "transpile", "to": "#transpile" }, |
| 98 | + { "name": "vueLoader", "to": "#vueloader" }, |
| 99 | + { "name": "watch", "to": "#watch" } |
75 | 100 | ]
|
76 | 101 | },
|
77 | 102 | { "name": "buildDir", "to": "/configuration-builddir" },
|
|
82 | 107 | { "name": "bannerColor", "to": "#bannercolor" }
|
83 | 108 | ]
|
84 | 109 | },
|
85 |
| - { "name": "캐시", "to": "/configuration-cache" }, |
86 | 110 | { "name": "css", "to": "/configuration-css" },
|
87 | 111 | { "name": "dev", "to": "/configuration-dev" },
|
88 | 112 | { "name": "dir", "to": "/configuration-dir" },
|
|
92 | 116 | "name": "generate",
|
93 | 117 | "to": "/configuration-generate",
|
94 | 118 | "contents": [
|
| 119 | + { "name": "concurrency", "to": "#concurrency" }, |
95 | 120 | { "name": "dir", "to": "#dir" },
|
| 121 | + { "name": "devtools", "to": "#devtools" }, |
| 122 | + { "name": "exclude", "to": "#exclude" }, |
| 123 | + { "name": "fallback", "to": "#fallback" }, |
| 124 | + { "name": "interval", "to": "#interval" }, |
96 | 125 | { "name": "minify", "to": "#minify" },
|
97 |
| - { "name": "경로", "to": "#routes" } |
| 126 | + { "name": "routes", "to": "#routes" }, |
| 127 | + { "name": "subFolders", "to": "#subfolders" } |
98 | 128 | ]
|
99 | 129 | },
|
| 130 | + { "name": "globalName", "to": "/configuration-global-name" }, |
100 | 131 | { "name": "head", "to": "/configuration-head" },
|
| 132 | + { "name": "hooks", "to": "/configuration-hooks" }, |
| 133 | + { "name": "ignore", "to": "/configuration-ignore" }, |
101 | 134 | {
|
102 | 135 | "name": "loading",
|
103 | 136 | "to": "/configuration-loading",
|
104 | 137 | "contents": [
|
105 |
| - { "name": "Progress Bar 사용 여부", "to": "#disable-the-progress-bar" }, |
106 |
| - { "name": "사용자 정의 Progress Bar", "to": "#customize-the-progress-bar" }, |
107 |
| - { "name": "사용자 정의 Loading 컴포넌트 사용", "to": "#use-a-custom-loading-component" } |
| 138 | + { "name": "Disable the Progress Bar", "to": "#disable-the-progress-bar" }, |
| 139 | + { "name": "Customizing the Progress Bar", "to": "#customizing-the-progress-bar" }, |
| 140 | + { "name": "Internals of the Progress Bar", "to": "#internals-of-the-progress-bar" }, |
| 141 | + { "name": "Using a Custom Loading Component", "to": "#using-a-custom-loading-component" } |
108 | 142 | ]
|
109 | 143 | },
|
110 | 144 | {
|
111 |
| - "name": "performance", |
112 |
| - "to": "/configuration-performance", |
| 145 | + "name": "loadingIndicator", |
| 146 | + "to": "/configuration-loading-indicator", |
113 | 147 | "contents": [
|
114 |
| - { "name": "gzip", "to": "#gzip" }, |
115 |
| - { "name": "prefetch", "to": "#prefetch" } |
| 148 | + { "name": "Built-in indicators", "to": "#built-in-indicators" }, |
| 149 | + { "name": "Custom indicators", "to": "#custom-indicators" } |
116 | 150 | ]
|
117 | 151 | },
|
| 152 | + { "name": "mode", "to": "/configuration-mode" }, |
| 153 | + { "name": "modern", "to": "/configuration-modern" }, |
| 154 | + { "name": "modules", "to": "/configuration-modules" }, |
| 155 | + { "name": "modulesDir", "to": "/configuration-modulesdir" }, |
118 | 156 | { "name": "plugins", "to": "/configuration-plugins" },
|
| 157 | + { |
| 158 | + "name": "render", |
| 159 | + "to": "/configuration-render", |
| 160 | + "contents": [ |
| 161 | + { "name": "bundleRenderer", "to": "#bundlerenderer" }, |
| 162 | + { "name": "etag", "to": "#etag" }, |
| 163 | + { "name": "compressor", "to": "#compressor" }, |
| 164 | + { "name": "fallback", "to": "#fallback" }, |
| 165 | + { "name": "http2", "to": "#http2" }, |
| 166 | + { "name": "injectScripts", "to": "#injectscripts" }, |
| 167 | + { "name": "resourceHints", "to": "#resourcehints" }, |
| 168 | + { "name": "ssr", "to": "#ssr" }, |
| 169 | + { "name": "ssrLog", "to": "#ssrlog" }, |
| 170 | + { "name": "static", "to": "#static" }, |
| 171 | + { "name": "dist", "to": "#dist" }, |
| 172 | + { "name": "csp", "to": "#csp" } |
| 173 | + ] |
| 174 | + }, |
119 | 175 | { "name": "rootDir", "to": "/configuration-rootdir" },
|
120 | 176 | {
|
121 | 177 | "name": "router",
|
122 | 178 | "to": "/configuration-router",
|
123 | 179 | "contents": [
|
124 | 180 | { "name": "base", "to": "#base" },
|
125 |
| - { "name": "mode", "to": "#mode" }, |
| 181 | + { "name": "routeNameSplitter", "to": "#routenamesplitter" }, |
| 182 | + { "name": "extendRoutes", "to": "#extendroutes" }, |
| 183 | + { "name": "fallback", "to": "#fallback" }, |
126 | 184 | { "name": "linkActiveClass", "to": "#linkactiveclass" },
|
127 |
| - { "name": "scrollBehavior", "to": "#scrollbehavior" }, |
| 185 | + { "name": "linkExactActiveClass", "to": "#linkexactactiveclass" }, |
| 186 | + { "name": "linkPrefetchedClass", "to": "#linkprefetchedclass" }, |
128 | 187 | { "name": "middleware", "to": "#middleware" },
|
129 |
| - { "name": "extendRoutes", "to": "#extendroutes" } |
| 188 | + { "name": "mode", "to": "#mode" }, |
| 189 | + { "name": "parseQuery / stringifyQuery", "to": "#parsequery-stringifyquery" }, |
| 190 | + { "name": "prefetchLinks", "to": "#prefetchlinks" }, |
| 191 | + { "name": "scrollBehavior", "to": "#scrollbehavior" }, |
| 192 | + { "name": "trailingSlash", "to": "#trailingslash" } |
130 | 193 | ]
|
131 | 194 | },
|
| 195 | + { "name": "server", "to": "/configuration-server" }, |
| 196 | + { "name": "serverMiddleware", "to": "/configuration-servermiddleware" }, |
132 | 197 | { "name": "srcDir", "to": "/configuration-srcdir" },
|
133 | 198 | { "name": "transition", "to": "/configuration-transition" },
|
| 199 | + { "name": "vue.config", "to": "/configuration-vue-config" }, |
| 200 | + { "name": "watch", "to": "/configuration-watch" }, |
134 | 201 | {
|
135 | 202 | "name": "watchers",
|
136 | 203 | "to": "/configuration-watchers",
|
|
142 | 209 | ]
|
143 | 210 | },
|
144 | 211 | {
|
145 |
| - "title": "Nuxt Module", |
| 212 | + "title": "프로그램적 사용", |
| 213 | + "links": [ |
| 214 | + { "name": "사용", "to": "/nuxt" }, |
| 215 | + { "name": "render", "to": "/nuxt-render" }, |
| 216 | + { "name": "renderRoute", "to": "/nuxt-render-route" }, |
| 217 | + { "name": "renderAndGetWindow", "to": "/nuxt-render-and-get-window" } |
| 218 | + ] |
| 219 | + }, |
| 220 | + { |
| 221 | + "title": "내부 모듈", |
146 | 222 | "links": [
|
147 |
| - { "name": "Nuxt(options)", "to": "/nuxt" }, |
148 |
| - { "name": "nuxt.render(req, res)", "to": "/nuxt-render" }, |
149 |
| - { "name": "nuxt.renderRoute(route, context)", "to": "/nuxt-render-route" }, |
150 |
| - { "name": "nuxt.renderAndGetWindow(url, options)", "to": "/nuxt-render-and-get-window" } |
| 223 | + { "name": "소개", "to": "/internals" }, |
| 224 | + { "name": "Nuxt", "to": "/internals-nuxt" }, |
| 225 | + { "name": "Renderer", "to": "/internals-renderer" }, |
| 226 | + { "name": "Module Container", "to": "/internals-module-container" }, |
| 227 | + { "name": "Builder", "to": "/internals-builder" }, |
| 228 | + { "name": "Generator", "to": "/internals-generator" } |
151 | 229 | ]
|
152 | 230 | }
|
153 | 231 | ]
|
0 commit comments