Skip to content

vncntcltt/vue-countries

Repository files navigation

vue-countries

This is a personal project to learn Vue.

You can see the project in action at https://vncntcltt.github.io/vue-countries

ScreenShot

Prerequisites

Install Node v12.

This project is not compatible with most recent versions of Node.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

$$

Run your tests

npm run test

Lints and fixes files

npm run lint