Skip to content

Commit f913fd6

Browse files
committed
Se agregan archivos Readme en Español e Inglés.
1 parent ddc3328 commit f913fd6

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

README.es.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Mi primera aplicación en React con Vite
2+
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/walterrdev/first-react-app-vite/blob/main/README.md)
3+
[![es](https://img.shields.io/badge/lang-es-yellow.svg)](https://github.com/walterrdev/first-react-app-vite/blob/main/README.es.md)
4+
5+
## Descripción<br>
6+
Aplicación sencilla hecha en ReactJS usando Vite la cual muestra en la vista HTML un título, subtitulo y párrafo enviados desde el componente.
7+
8+
## Vista previa
9+
<picture>
10+
<source media="(prefers-color-scheme: dark)" srcset="./preview.png">
11+
<source media="(prefers-color-scheme: light)" srcset="./preview.png">
12+
<img alt="VIsta previa de la aplicación hecha en React con Vite" src="./preview.png">
13+
</picture>
14+
15+
## Complementos React + Vite<br>
16+
<!--
17+
---
18+
[![how-to](https://img.shields.io/badge/how--to-use-blue.svg)](https://github.com/jonatasemidio/multilanguage-readme-pattern/blob/master/STEPS.md)
19+
-->
20+
21+
Actualmente, hay dos complementos oficiales disponibles:
22+
23+
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) use [Babel](https://babeljs.io/) para actualizaciones rápidaz.
24+
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) use [SWC](https://swc.rs/) para actualizaciones rápidaz.

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# My First in React App with Vite
2+
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/walterrdev/first-react-app-vite/blob/main/README.md)
3+
[![es](https://img.shields.io/badge/lang-es-yellow.svg)](https://github.com/walterrdev/first-react-app-vite/blob/main/README.es.md)
4+
5+
## Description:<br>
6+
Simple application made in React JS using Vite which displays in the HTML view a title, subtitle and paragraph sent from the component.
7+
8+
## Preview
9+
<picture>
10+
<source media="(prefers-color-scheme: dark)" srcset="./preview.png">
11+
<source media="(prefers-color-scheme: light)" srcset="./preview.png">
12+
<img alt="VIsta previa de la aplicación hecha en React con Vite" src="./preview.png">
13+
</picture>
14+
15+
## Plugins React + Vite<br>
16+
<!--
17+
---
18+
[![how-to](https://img.shields.io/badge/how--to-use-blue.svg)](https://github.com/jonatasemidio/multilanguage-readme-pattern/blob/master/STEPS.md)
19+
-->
20+
21+
Currently, two official plugins are available:
22+
23+
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
24+
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

preview.png

39.9 KB
Loading

0 commit comments

Comments
 (0)