Skip to content

richthegxd/careersup-vue

Repository files navigation

-----------------------------------------------------

➤ CareersUp!

-----------------------------------------------------

➤ Project objectives

  • Learn how to use Typescript with Vue (Router, Vuex)
  • Learn Vuex (even though Pinia is now the standard, I was still interested in how Vuex works)
  • Learn Tailwindcss and Tailwindui

➤ Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Run JSON-server

npm run backend

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint