|
1 | 1 | <template>
|
2 | 2 | <div class="hello">
|
3 | 3 | <h1>{{ msg }}</h1>
|
4 |
| - <h2>Essential Links</h2> |
| 4 | + <p> |
| 5 | + For guide and recipes on how to configure / customize this project,<br> |
| 6 | + check out the |
| 7 | + <a href="https://github.com/vuejs/vue-cli/tree/dev/docs" target="_blank">vue-cli documentation</a>. |
| 8 | + </p> |
| 9 | + <h3>Installed CLI Plugins</h3> |
| 10 | + <ul> |
| 11 | + <%_ for (plugin of plugins) { _%> |
| 12 | + <li><a href="<%- plugin.link %>" target="_blank"><%- plugin.name %></a></li> |
| 13 | + <%_ } _%> |
| 14 | + </ul> |
| 15 | + <h3>Essential Links</h3> |
5 | 16 | <ul>
|
6 | 17 | <li><a href="https://vuejs.org" target="_blank">Core Docs</a></li>
|
7 | 18 | <li><a href="https://forum.vuejs.org" target="_blank">Forum</a></li>
|
8 | 19 | <li><a href="https://chat.vuejs.org" target="_blank">Community Chat</a></li>
|
9 | 20 | <li><a href="https://twitter.com/vuejs" target="_blank">Twitter</a></li>
|
10 |
| - <br> |
11 |
| - <li><a href="http://vuejs-templates.github.io/webpack/" target="_blank">Docs for This Template</a></li> |
12 | 21 | </ul>
|
13 |
| - <h2>Ecosystem</h2> |
| 22 | + <h3>Ecosystem</h3> |
14 | 23 | <ul>
|
15 |
| - <li><a href="http://router.vuejs.org/" target="_blank">vue-router</a></li> |
16 |
| - <li><a href="http://vuex.vuejs.org/" target="_blank">vuex</a></li> |
17 |
| - <li><a href="http://vue-loader.vuejs.org/" target="_blank">vue-loader</a></li> |
| 24 | + <li><a href="https://router.vuejs.org/en/essentials/getting-started.html" target="_blank">vue-router</a></li> |
| 25 | + <li><a href="https://vuex.vuejs.org/en/intro.html" target="_blank">vuex</a></li> |
| 26 | + <li><a href="https://github.com/vuejs/vue-devtools#vue-devtools" target="_blank">vue-devtools</a></li> |
| 27 | + <li><a href="https://vue-loader.vuejs.org/en" target="_blank">vue-loader</a></li> |
18 | 28 | <li><a href="https://github.com/vuejs/awesome-vue" target="_blank">awesome-vue</a></li>
|
19 | 29 | </ul>
|
20 | 30 | </div>
|
@@ -42,8 +52,8 @@ export default class HelloWorld extends Vue {
|
42 | 52 |
|
43 | 53 | <!-- Add "scoped" attribute to limit CSS to this component only -->
|
44 | 54 | <style scoped>
|
45 |
| -h1, h2 { |
46 |
| - font-weight: normal; |
| 55 | +h3 { |
| 56 | + margin: 40px 0 0; |
47 | 57 | }
|
48 | 58 | ul {
|
49 | 59 | list-style-type: none;
|
|
0 commit comments