Ir al contenido

Software Development & TICs

Software Development & TICs

  • Home
  • JavaScript
    • Vue.js
  • CSS
    • TailWindCSS
  • DBs
    • MongoDB
  • Cloud
    • Firebase
    • AWS Cloud Practitioner Essentials
  • Misc
  • Books
    • Página de inicio
    • Vue.js
    • Página 2

Vue.js – Initialize and configure

Ricardo Martínez Jul 19, 2023

The Application Instance Every Vue application starts by creating a new application instance with the createApp function: import { createApp } from 'vue' const app = createApp({ /* root component options */ })…

Vue.js – Installation

Ricardo Martínez Jul 19, 2023

Create New Vue Project Install and run Vue.js: > npm create vue@latest > cd <your-project-name> > npm install > npm run dev Alternatively you can use npm create vite@latest. After…

Paginación de entradas

1 2

Software Development & TICs

Copyright © All rights reserved | Blogus por Themeansar.