7a6bc89b114960da05b0f2107befa96b8a0ce24b
worldcountries
A small responsive app build with Vue, Vuex, Axios and Bulma. It calls the restcountries API, visualizes the list of countries, and shows detailed information for each country in a modal.
Project setup
clone the project to your local drive with
git clone https://github.com/dadobos/worldcountries.git
go inside the project with
cd worldcountries
install the packages with
npm install
start the project with
npm run serve
it is now available in your browser on http://localhost:8080/
start testing with
npm test
check full coverage with
npm run coverage
Description
A small responsive app build with Vue, Vuex, Axios and Bulma. It calls the restcountries API, visualises the list of countries, and shows detailed information for each country in a modal.
888 KiB
Languages
Vue
72.6%
JavaScript
21.8%
HTML
3.9%
Shell
1.7%