1.- Descargar la herramienta de implementación de Office desde el Centro de descarga de Microsoft.
Escoger el archivo de la version Enterprise 2021 Archivo: configure.xml
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
import logo from './logo.svg'; | |
import './App.css'; | |
import React, { useState } from 'react'; | |
function App() { | |
const [temp, setTemp] = useState(''); | |
const [desc, setDesc] = useState(''); | |
const [icon, setIcon] = useState(''); | |
const [isReady, setReady] = useState(false); |
-- ejercicio 1 useState (update counter separately) | |
import { useState } from 'react'; | |
export default function MyApp() { | |
return ( | |
<div> | |
<h1>Counters that update separately</h1> | |
<MyButton /> | |
<MyButton /> |
Go to URL => https://nodejs.org/es
Then run the file downloaded.
After the installation check the version with the command.
_ node -v
>_ npm install -g @ionic/cli