Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 534 Bytes

File metadata and controls

31 lines (22 loc) · 534 Bytes

testvueapp

Job Listing Vue App created following the "Vue.js Crash Course 2024" video from Traversy Media (https://www.youtube.com/watch?v=VeNfHj6MhgA).

Project Setup

npm install

Other dependencies to download for the app to work:

  • axios
  • tailwind
  • primeicons (from primevue) npm install primeicons
  • vue-router
  • json-server
  • vue-spinner
  • vue-toastification@next

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build