Dev Coding Lab
  1. Home
  2. Basics

Recent Articles

  • Getting started with Vue 3
  • JavaScript Basics
  • How to use Google Fonts in HTML?
  • Getting started with Vue CLI
  • Adding FontAwesome to Angular

Getting started with Vue 3

Details
Written by: admin
Category: Basics
Published: 08 September 2025
Hits: 147

https://vuejs.org/guide/quick-start.html

npmvue.png

 

cd.png

 

scee.png

https://vuejs.org/guide/essentials/reactivity-fundamentals.html

 

Add this to your App.vue file as
s.png

The result should be like this:

 1.png

 

1.png

 

1.png

 Add another file Hello.vue

a.png

 

Getting started with Vue CLI

Details
Written by: admin
Category: Basics
Published: 11 August 2025
Hits: 86

https://cli.vuejs.org/guide/creating-a-project.html

https://github.com/vuejs/create-vue

 

To create:

npm create vue@latest

 

To Run:

npm run dev

 

Fix if any issues:

npm install vite --save-dev

 

Project folders created:

projects.png

 

Add Vue Router:

https://router.vuejs.org/guide/
https://router.vuejs.org/installation.html

npm install vue-router@4

With Router selected during npm vue create@latest
router.png

How to install JCE Editor in Jooml?

Details
Written by: admin
Category: Basics
Published: 08 August 2025
Hits: 49

https://www.joomlacontenteditor.net/support/installation/editor

Systems -> Extensions - Install ExtensionsJCE Installation

Systems - Setup - Global Configuration - Default Editor - Choose the Editor.

How to customize content editor in Joomla?

Details
Written by: admin
Category: Basics
Published: 08 August 2025
Hits: 52

https://docs.joomla.org/Content_editors

TinyMCE editor is the default editor for both frontend and backend.

 

https://docs.joomla.org/Chunk30:TinyMCE 

Page 1 of 2

  • 1
  • 2

Categories

  • Basics (8)
  • Android App Developement (0)
  • Web Dev (5)
  • Angular (1)
  • CMS Content (0)
  • Vue (1)
  • Javascript (1)

Most Read Articles

  • Android Platform Version
  • Kotlin Multiplatform
  • Welcome to the DevCodingLab.com
  • Drupal Tutorials
  • Joomla CMS Platform