Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.13 KB

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 dev

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.