Skip to content

Commit 61ffd22

Browse files
committed
chore: update readme file
1 parent 1be828a commit 61ffd22

File tree

2 files changed

+37
-16
lines changed

2 files changed

+37
-16
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
<p align="center">
2-
<a href="https://vitejs.dev" target="_blank" rel="noopener noreferrer">
3-
<img width="180" src="https://vitejs.dev/logo.svg" alt="Vite logo">
2+
<a href="https://vite.dev" target="_blank" rel="noopener noreferrer">
3+
<img width="180" src="https://vite.dev/logo.svg" alt="Logótipo da Vite">
44
</a>
55
</p>
66
<br/>
77
<p align="center">
88
<a href="https://npmjs.com/package/vite"><img src="https://img.shields.io/npm/v/vite.svg" alt="pacote de npm"></a>
9-
<a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/vite.svg" alt="compatibilidade de node"></a>
9+
<a href="https://nodejs.org/en/about/previous-releases"><img src="https://img.shields.io/node/v/vite.svg" alt="compatibilidade da node"></a>
1010
<a href="https://github.com/vitejs/vite/actions/workflows/ci.yml"><img src="https://github.com/vitejs/vite/actions/workflows/ci.yml/badge.svg?branch=main" alt="estado da construção"></a>
11-
<a href="https://chat.vitejs.dev"><img src="https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord" alt="conversa de discord"></a>
11+
<a href="https://chat.vite.dev"><img src="https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord" alt="conversa de discord"></a>
1212
</p>
1313
<br/>
1414

1515
# Vite ⚡
1616

17-
> Ferramental de Frontend de Nova Geração
17+
> Ferramentas de Frontend de Nova Geração
1818
19-
- 💡 Inicio de Servidor Imediato
19+
- 💡 Inicialização do Servidor Instantânea
2020
- ⚡️ Substituição de Módulo Instantânea Rápida como Relâmpago
21-
- 🛠️ Funcionalidades Ricas
21+
- 🛠️ Vastidão de Funcionalidades
2222
- 📦 Construção Otimizada
2323
- 🔩 Interface de Extensão Universal
24-
- 🔑 APIs Completamente Tipadas
24+
- 🔑 APIs Completamente Tipificadas
2525

2626
Vite (palavra Francesa para "rápido", pronunciada [`/vit/`](https://cdn.jsdelivr.net/gh/vitejs/vite@main/docs/public/vite.mp3), como "veet") é uma nova espécie de ferramenta de construção que melhora significativamente a experiência de programação do frontend. Ela consiste em duas partes principais:
2727

28-
- Um servidor de desenvolvimento que serve o teu ficheiros de fonte sobre os [módulos de ECMAScript nativo](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), com [funcionalidades embutidas ricas](./features), e [Substituição de Módulo Instantânea (HMR, sigla em Inglês)](./features#substituição-de-módulo-instantânea) surpreendentemente rápida.
28+
- Um servidor de desenvolvimento que serve os nossos ficheiros de fonte sobre os [módulos de ECMAScript nativo](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), com [vastas funcionalidades embutidas](https://pt.vite.dev/guide/features), e [Substituição de Módulo Instantânea](https://pt.vite.dev/guide/features#hot-module-replacement) surpreendentemente rápida.
2929

30-
- Um [comando de construção](https://vite-docs-pt.netlify.app/guide/build.html) que empacota o teu código com [Rollup](https://rollupjs.org), pré-configurado para produzir recursos estáticos altamente otimizados para produção.
30+
- Um [comando de construção](https://pt.vite.dev/guide/build) que empacota o nosso código com [Rollup](https://rollupjs.org), pré-configurado para produzir recursos estáticos altamente otimizados para produção.
3131

32-
Além disto, a Vite é altamente extensível através de sua [API de Extensão](https://vite-docs-pt.netlify.app/guide/api-plugin.html) e [API de JavaScript](https://vite-docs-pt.netlify.app/guide/api-javascript.html) como suporte de tipagem completa.
32+
Além disto, a Vite é altamente extensível através de sua [API de Extensão](https://pt.vite.dev/guide/api-plugin) e [API de JavaScript](https://pt.vite.dev/guide/api-javascript) como suporte completo a tipificação.
3333

34-
[Leia a Documentação para Saber Mais](https://vite-docs-pt.netlify.app/).
34+
[Ler a Documentação para Saber Mais](https://pt.vite.dev/).
3535

3636
## Pacotes
3737

38-
| Pacote | Versão (clicar para relatório de mudança) |
38+
| Pacote | Versão (clicar para relatório de mudanças) |
3939
| ------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- |
4040
| [vite](packages/vite) | [![vite version](https://img.shields.io/npm/v/vite.svg?label=%20)](packages/vite/CHANGELOG.md) |
4141
| [@vitejs/plugin-vue](packages/plugin-vue) | [![plugin-vue version](https://img.shields.io/npm/v/@vitejs/plugin-vue.svg?label=%20)](packages/plugin-vue/CHANGELOG.md) |
@@ -46,16 +46,16 @@ Além disto, a Vite é altamente extensível através de sua [API de Extensão](
4646

4747
## Contribuição
4848

49-
Consulte o [Guia de Contribuição](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md).
49+
Consulte o [Guia de Contribuição](CONTRIBUTING.md).
5050

5151
## Licença
5252

53-
MIT
53+
[MIT](LICENSE).
5454

5555
## Patrocinadores
5656

5757
<p align="center">
5858
<a target="_blank" href="https://github.com/sponsors/yyx990803">
59-
<img alt="sponsors" src="https://sponsors.vuejs.org/vite.svg">
59+
<img alt="sponsors" src="https://sponsors.vuejs.org/vite.svg?v2">
6060
</a>
6161
</p>

0 commit comments

Comments
 (0)