A cross-platform application using Vue and Ionic to provide latest weather data from API.
Tugas 2 STSI4303 Pemrograman Berbasis Perangkat Bergerak.
Clone the project
git clone https://github.com/gloriazaodyardy/IonicVue-Weather-WebApp.git
Go to the project directory
cd IonicVue-Weather-WebApp
Install dependencies
npm install
Start the server
ionic serve
Note: Make sure Ionic CLI is installed globally:
npm install -g @ionic/cli
