Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 651 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 651 Bytes

Vite + Vue 3 Country Catalog Assignment

List all countries catalog with search, pagination and sort functionalities

Started

Following below instruction to get project running, make sure you have all Vue 3 development environments

Clone Project

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

Installation

  • Go to your project root directory
cd assignment
npm install or yarn 

Running Development server

yarn run dev

Deploy for production

yarn run build