File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ It allows you to write your components in this format:
27
27
</script >
28
28
```
29
29
30
+ ## Table of Contents
31
+
32
+
33
+ - [ Basic Usage] ( #basic-usage )
34
+ - [ Pre-Processors] ( #pre-processors )
35
+ - [ Style Imports] ( #style-imports )
36
+ - [ Asset URL Handling] ( #asset-url-handling )
37
+ - [ Advanced Loader Configuration] ( #advanced-loader-configuration )
38
+ - [ ES6 with Babel Example] ( #example-using-es6-with-babel )
39
+ - [ Extract CSS Example] ( #example-extracting-css-into-a-single-file )
40
+ - [ Example Project] ( https://github.com/vuejs/vue-loader-example )
41
+
30
42
## Basic Usage
31
43
32
44
Config Webpack:
@@ -163,3 +175,7 @@ module.exports = {
163
175
]
164
176
}
165
177
```
178
+
179
+ ## Example Project
180
+
181
+ See [ vue-loader-example] ( https://github.com/vuejs/vue-loader-example ) .
You can’t perform that action at this time.
0 commit comments