Skip to content

NiharRao/Weather_App-master

Repository files navigation

Weather Data App

Application setup

To run this app you must have nodejs install in your machine. This was made using VueJS so "vue" must also be installed in your machine. (To install vue open terminal and run this command "npm install vue").

npm install vue

If you're done with the above steps move into the folder of this app and run

Project setup

npm install

Then,

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Explanations

I chose to develop this app with Vue.js for a few reasons:

  • I know that Vue is relatively lightweight and easy to learn. Vue uses html for its component templates and so for this small application where the styles aren't as important I thought this would be easier
  • It has quite a simple learning curve and so picking it up and taking advantage of the benefits was easy enough. It has some similarities with React and some differences.
  • Both have virtual DOMs and structure the application through its components
  • I was curious about learning Vue.js and so I decided that this should be my first dive into Vue.js. I have no regrets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors