Skip to content

Commit 8d01512

Browse files
committed
more readme
1 parent a045070 commit 8d01512

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ It allows you to write your components in this format:
2727
</script>
2828
```
2929

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+
3042
## Basic Usage
3143

3244
Config Webpack:
@@ -163,3 +175,7 @@ module.exports = {
163175
]
164176
}
165177
```
178+
179+
## Example Project
180+
181+
See [vue-loader-example](https://github.com/vuejs/vue-loader-example).

0 commit comments

Comments
 (0)