List all countries catalog with search, pagination and sort functionalities
Following below instruction to get project running, make sure you have all Vue 3 development environments
You can clone the project form github repositry
git clone https://github.com/houlim/assignment.git
After clone project from reposity, please follow below installation
- Go to your project root directory
cd assignment
npm install or yarn
yarn run dev
yarn run build