First project using Vue Options API, typescript and Vuex. Light front end to display data being retrieving from SWAPI
Columns can be sorted by clicking on them.
A demo will be deployed on vercel and can be viewed by clicking on the environments section on the repositories page on Github.
To run this locally, you must create a .env.local file and set the following value in the file and save
VUE_APP_API_BASE=https://swapi.dev/api/
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint