Skip to content

mjp2233/weather-app

 
 

Repository files navigation

weather-app

A VueJS Weather App

Join the chat at https://gitter.im/skill-collectors/weather-app

View the latest development build.

Project setup

If you're using VS Code, open default_weather.code-workspace from the .vscode folder as a workspace. This will provide a consistent settings and extention experience.

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run Storybook to develop components in isolation

npm run storybook

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Acknowledgements

  • App icon by dohliam and licensed under the GPLv2.

About

A VueJS Weather App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 41.5%
  • TypeScript 36.5%
  • JavaScript 14.6%
  • Shell 3.5%
  • CSS 3.1%
  • HTML 0.8%