pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install * npm, nvm: add Spanish translation * nvm: add Spanish translations to the commands * helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation * choco, clear, cmd, del, dir, mkdir: add Spanish translation * helm-*: update Spanish translation Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages.es/common: update pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages.es/windows: update pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
22
pages.es/common/vite.md
Normal file
22
pages.es/common/vite.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Vite
|
||||
|
||||
> Crea un proyecto Vite.
|
||||
> Se utiliza para crear proyectos JavaScript.
|
||||
> Plantillas disponibles: vanilla, vanilla-ts, vue, vue-ts, react, react-ts, react-swc, react-swc-ts, preact, preact-ts, lit, lit-ts, svelte, svelte-ts.
|
||||
> Más información: <https://vitejs.dev/guide>.
|
||||
|
||||
- Configuración usando `npm` 6.x:
|
||||
|
||||
`npm create vite@latest my-react-app --template react-ts`
|
||||
|
||||
- Configuración usando `npm` 7+, se necesita un guión doble adicional:
|
||||
|
||||
`npm create vite@latest my-react-app -- --template react-ts`
|
||||
|
||||
- Configuración usando `yarn`:
|
||||
|
||||
`yarn create vite my-react-app --template react-ts`
|
||||
|
||||
- Configuración usando `pnpm`:
|
||||
|
||||
`pnpm create vite my-react-app --template react-ts`
|
Reference in New Issue
Block a user