Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 731c433

Browse files
atinuxdanielroe
authored andcommitted
chore: update readme design (#9048)
Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent b5f75b5 commit 731c433

11 files changed

+92
-19
lines changed

.github/assets/banner.png

133 KB
Loading

.github/assets/discord.svg

Lines changed: 1 addition & 0 deletions
Loading

.github/assets/documentation.png

62.3 KB
Loading

.github/assets/examples.png

53.7 KB
Loading

.github/assets/github.svg

Lines changed: 1 addition & 0 deletions
Loading

.github/assets/modules.png

54.5 KB
Loading

.github/assets/questions.png

50.3 KB
Loading

.github/assets/reporting-bugs.png

52.8 KB
Loading

.github/assets/suggestions.png

46.4 KB
Loading

.github/assets/twitter.svg

Lines changed: 1 addition & 0 deletions
Loading

README.md

Lines changed: 89 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,106 @@
1-
![NuxtJS-Logo-Dark](.github/logo-light.svg#gh-dark-mode-only)
2-
![NuxtJS-Logo-Light](.github/logo.svg#gh-light-mode-only)
1+
2+
[![Nuxt banner](./.github/assets/banner.png)](https://nuxt.com)
3+
4+
# 👋 Welcome to Nuxt
5+
6+
7+
Nuxt's goal is to make web development intuitive and performant, with a great developer experience.<br>Learn more in the ['What is Nuxt?'](https://nuxt.com/docs/getting-started/introduction) section of our documentation.
8+
39

410
<p>
511
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://img.shields.io/npm/v/nuxt/rc.svg?style=flat&colorA=002438&colorB=28CF8D" alt="Version"></a>
612
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=002438&colorB=28CF8D" alt="Downloads"></a>
713
<a href="./LICENSE"><img src="https://img.shields.io/github/license/nuxt/framework.svg?style=flat&colorA=002438&colorB=28CF8D" alt="License"></a>
8-
<a href="https://discord.nuxtjs.org/"><img src="https://badgen.net/badge/Discord/join-us/7289DA" alt="Discord"></a>
914
</p>
1015

11-
Welcome to Nuxt 3 repository: **The Intuitive Web Framework**
12-
13-
Nuxt's goal is to make web development intuitive and performant with a great developer experience in mind, learn more in the ["What is Nuxt?"](https://v3.nuxtjs.org/guide/concepts/introduction) section of our documentation.
14-
1516
<table>
17+
<thead>
18+
<tr>
19+
<th width="2000" colspan="2">
20+
</th>
21+
</tr>
22+
</thead>
1623
<tbody>
1724
<tr>
18-
<td>
19-
<h2>📖 Documentation</h2>
25+
<td width="80" align="center" valign="top">
26+
<br>
27+
<a href="https://nuxt.com/docs"><img src="./.github/assets/documentation.png"></a>
28+
</td>
29+
<td valign="top">
30+
<h3>Documentation</h3>
2031
<p>
21-
Read <a href="https://v3.nuxtjs.org">Online Docs</a>.
32+
We highly recommend you take a look at <a href="https://nuxt.com">the Nuxt documentation</a> to level up.
2233
</p>
2334
</td>
24-
<td>
25-
<h2>🐞 Reporting bugs</h2>
35+
</tr>
36+
<tr>
37+
<td width="80" align="center" valign="top">
38+
<br>
39+
<a href="https://nuxt.com/modules"><img src="./.github/assets/modules.png"></a>
40+
</td>
41+
<td valign="top">
42+
<h3>Modules</h3>
2643
<p>
27-
Check out <a href="https://v3.nuxtjs.org/community/reporting-bugs">Reporting Bugs</a> page.</p>
44+
Discover our <a href="https://nuxt.com/modules">list of modules</a> to supercharge your Nuxt project. Created by the Nuxt team and community.
45+
</p>
2846
</td>
2947
</tr>
3048
<tr>
49+
<td width="80" align="center" valign="top">
50+
<br>
51+
<a href="https://nuxt.com/docs/examples/hello-world"><img src="./.github/assets/examples.png"></a>
52+
</td>
3153
<td>
32-
<h2>💡 Suggestions </h2>
54+
<h3>Examples</h3>
3355
<p>
34-
Check out <a href="https://v3.nuxtjs.org/community/contribution">Contribution</a> page.
56+
Explore different ways of using Nuxt features and get inspired with <a href="https://nuxt.com/docs/examples/hello-world">our list of examples</a>.
3557
</p>
3658
</td>
37-
<td>
38-
<h2>❔ Questions</h2>
59+
</tr>
60+
</tbody>
61+
</table>
62+
63+
<table>
64+
<thead>
65+
<tr>
66+
<th width="2000" colspan="2">
67+
</th>
68+
</tr>
69+
</thead>
70+
<tbody>
71+
<tr>
72+
<td width="80" align="center" valign="top">
73+
<br>
74+
<a href="https://nuxt.com/docs/community/reporting-bugs"><img src="./.github/assets/reporting-bugs.png"></a>
75+
</td>
76+
<td valign="top">
77+
<h3>Reporting bugs</h3>
3978
<p>
40-
Check out <a href="https://v3.nuxtjs.org/community/getting-help">Getting Help</a> page.
79+
Check out the <a href="https://nuxt.com/docs/community/reporting-bugs">Reporting Bugs</a> page.</p>
80+
</p>
81+
</td>
82+
</tr>
83+
<tr>
84+
<td width="80" align="center" valign="top">
85+
<br>
86+
<a href="https://nuxt.com/docs/community/contribution"><img src="./.github/assets/suggestions.png"></a>
87+
</td>
88+
<td valign="top">
89+
<h3>Suggestions</h3>
90+
<p>
91+
Check out the <a href="https://nuxt.com/docs/community/contribution">Contribution</a> page.
92+
</p>
93+
</td>
94+
</tr>
95+
<tr>
96+
<td width="80" align="center" valign="top">
97+
<br>
98+
<a href="https://nuxt.com/docs/community/getting-help"><img src="./.github/assets/questions.png"></a>
99+
</td>
100+
<td valign="top">
101+
<h3>Questions</h3>
102+
<p>
103+
Check out the <a href="https://nuxt.com/docs/community/getting-help">Getting Help</a> page.
41104
</p>
42105
</td>
43106
</tr>
@@ -46,8 +109,15 @@ Nuxt's goal is to make web development intuitive and performant with a great dev
46109

47110
## Local Development
48111

49-
Follow the docs to [Set Up Your Local Development Environment](https://v3.nuxtjs.org/community/framework-contribution#set-up-your-local-development-environment) to contribute to the framework and documentation.
112+
Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/community/framework-contribution#set-up-your-local-development-environment) to contribute to the framework and documentation.
113+
114+
## Follow us
115+
116+
<p valign="center">
117+
<a href="https://chat.nuxt.dev"><img width="20px" src="./.github/assets/discord.svg" alt="Discord"></a>&nbsp;&nbsp;<a href="https://twitter.nuxt.dev"><img width="20px" src="./.github/assets/twitter.svg" alt="Twitter"></a>&nbsp;&nbsp;<a href="https://github.nuxt.dev"><img width="20px" src="./.github/assets/github.svg" alt="GitHub"></a>
118+
</p>
50119

51120
## License
52121

53122
[MIT](./LICENSE)
123+

0 commit comments

Comments
 (0)