Skip to content

Commit 4b41ae4

Browse files
author
QRaimbault
committed
📝 Add table of content in README
1 parent c95780e commit 4b41ae4

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,25 @@
1616
<img src="https://img.shields.io/npm/l/vue.svg" alt="License">
1717
</p>
1818

19-
A lightweight Vue.js starter.
19+
## Summary
20+
21+
A lightweight Vue.js starter.
22+
23+
- [Vue.JS Starter](#vuejs-starter)
24+
- [Summary](#summary)
25+
- [Built-in modules](#built-in-modules)
26+
- [Usage](#usage)
27+
- [Configuration](#configuration)
28+
- [Routing](#routing)
29+
- [API](#api)
30+
- [Vuex](#vuex)
31+
- [Style](#style)
32+
- [Single file components](#single-file-components)
33+
- [Views](#views)
34+
- [Components](#components)
35+
- [Webpack Aliases](#webpack-aliases)
36+
- [Unit Testing](#unit-testing)
37+
- [License](#license)
2038

2139
## Built-in modules
2240

@@ -126,7 +144,7 @@ You should import styles in the `<script>` tag in each component.
126144

127145
You can also put style in the `<style>` tag in each component, scoped or not, the style injection works the same way using scss files or `<style>` tag.
128146

129-
## Single file component
147+
## Single file components
130148

131149
This starter uses [Single File Components](https://vuejs.org/v2/guide/single-file-components.html) structure, which is more suitable for large project but doesn't make it harder for small apps.
132150

0 commit comments

Comments
 (0)