Flow of Vuejs
Go to main.js and set which file should be initial loading file by default App.vue set as initial loading file main.js: import { createApp } from 'vue' import App from…
Go to main.js and set which file should be initial loading file by default App.vue set as initial loading file main.js: import { createApp } from 'vue' import App from…
Vue.js offers a flexible and organized approach to building web applications. Understanding its folder structure is crucial for efficient development. This clarity ensures smoother collaboration and streamlines the development process.…
npm install -g @vue/cli vue create vueapp (appname) cd vueapp npm run serve
install simple react app extension. It give you facility for writing react code fastly. Open setting and goto setting.json which is available on right-top-corner in vs code editor.
The main folder of react is src folder. There are two main files : 1. index.js & 2. App.js. A. index.js import React from 'react'; import ReactDOM from 'react-dom/client'; import…
npm install -g create-react-app npx create-react-app <appname> cd <appname> npm start npm install react-bootstrap bootstrap
=> Goto SSH option in your cpanel. => Copy this type code : ssh -p 65002 u242714267@89.117.188.73. => Open Your cmd and paste this code & press Enter. => Paste…