mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: update badges color
This commit is contained in:
parent
70ad8759b8
commit
bc3016f8d8
@ -2,14 +2,13 @@
|
||||
![NuxtJS-Logo-Light](.github/logo.svg#gh-light-mode-only)
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/nuxt/framework/actions?query=branch%3Amain+event%3Apush"><img src="https://github.com/nuxt/framework/workflows/ci/badge.svg?branch=main&event=push" alt="CI Status"></a>
|
||||
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://badgen.net/npm/dm/nuxt" alt="Downloads"></a>
|
||||
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://badgen.net/npm/v/nuxt/rc" alt="Version"></a>
|
||||
<a href="https://www.npmjs.com/package/nuxt"><img src="https://badgen.net/npm/license/nuxt3" alt="License"></a>
|
||||
<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>
|
||||
<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>
|
||||
<a href="./LICENSE"><img src="https://img.shields.io/github/license/nuxt/framework.svg?style=flat&colorA=002438&colorB=28CF8D" alt="License"></a>
|
||||
<a href="https://discord.nuxtjs.org/"><img src="https://badgen.net/badge/Discord/join-us/7289DA" alt="Discord"></a>
|
||||
</p>
|
||||
|
||||
Welcome to Nuxt 3 repository: **The Hybrid Vue Framework** ✨
|
||||
Welcome to Nuxt 3 repository: **The Intuitive Web Framework** ✨
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user