All Projects → AshrafAlam → vue.pwa.weather.app

AshrafAlam / vue.pwa.weather.app

Licence: MIT license
Simple Progressive Web Apps (PWA) showing hourly and daily weather forecast data.

Programming Languages

CSS
56736 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue.pwa.weather.app

TheWeatherDashboardApp
A small and stylish weather dashboard.
Stars: ✭ 29 (+20.83%)
Mutual labels:  vue-cli, weather-app
Vue Cli Plugins
🔌 A collection of Vuetify plugins for Vue CLI
Stars: ✭ 381 (+1487.5%)
Mutual labels:  vue-cli, vuetify
vuetask
A Progressive Task Management Application Offline First
Stars: ✭ 15 (-37.5%)
Mutual labels:  vue-cli, vuetify
weather-station
Everything you need to run and monitor your own open source weather station. ⛅
Stars: ✭ 38 (+58.33%)
Mutual labels:  weather-app, vuetify
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (+566.67%)
Mutual labels:  vue-cli, vuetify
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+1904.17%)
Mutual labels:  vue-cli, vuetify
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (+1191.67%)
Mutual labels:  vue-cli, vuetify
vue-cli-preset-vuetify
🗃 An opinionated Vue CLI 3 Vuetify Preset
Stars: ✭ 16 (-33.33%)
Mutual labels:  vue-cli, vuetify
Vuetify Swipeout
👆 A swipe out example built with Vue CLI 3 + Vuetify + Swiper.
Stars: ✭ 117 (+387.5%)
Mutual labels:  vue-cli, vuetify
Vuetify Material Dashboard
Vuetify Material Dashboard - Open Source Material Design Admin
Stars: ✭ 1,023 (+4162.5%)
Mutual labels:  vue-cli, vuetify
Vue Admin Template
Sample Admin Template based on Vuejs & Vuetify.
Stars: ✭ 177 (+637.5%)
Mutual labels:  vue-cli, vuetify
vuetify-admin
SPA Admin Framework for Vue.js running on top of REST APIs and built on Vuetify
Stars: ✭ 212 (+783.33%)
Mutual labels:  vue-cli, vuetify
madao admin manage
🎉 VUE前后端分离管理系统,基于RBAC的后台管理。
Stars: ✭ 38 (+58.33%)
Mutual labels:  vue-cli
Vue-CAMP
VueJS
Stars: ✭ 16 (-33.33%)
Mutual labels:  vue-cli
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (+120.83%)
Mutual labels:  vuetify
vue2.0-SellPosSystem
vue2.0实战项目——简单的快餐店系统
Stars: ✭ 35 (+45.83%)
Mutual labels:  vue-cli
vue-cli-plugin-docker
🐳 Dockerize your vue app
Stars: ✭ 23 (-4.17%)
Mutual labels:  vue-cli
tplh.net-2019
I explored what my identity was and tried to express it as much as possible using whatever technology I have now.
Stars: ✭ 35 (+45.83%)
Mutual labels:  vue-cli
sophia
👩‍⚖️‍ Sophia:哲学知识共享社区(Built by Vue)
Stars: ✭ 31 (+29.17%)
Mutual labels:  vue-cli
easy-resume
🎉 A less is more online resume editor!
Stars: ✭ 116 (+383.33%)
Mutual labels:  vue-cli

Weather Application

Progressive Web Applications (PWA) are re-defining web user experience just like native applications, with offline, notification support etc.

Vue.JS is being one of the primary frameworks driving web experience into next level with PWA.

This repository includes source for a simple weather application to illustrate how easy it is to created PWA by using Vue.js.

Weather Application Features

  • Ability to view hourly and daily weather forecast for given city
  • Ability to select city based on current location
  • Ability to save favourite city (with offline capability)
  • Offline ability to view UI and weather data
  • Ability to show offline status

Give a Star!

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

weather web app

Tools & APIs

Web Frameworks & Plug-ins

Web API's / SDK's

Recommended Tools

Storage

Getting Started

Clone the Repository

Clone the repository from the following location:

https://github.com/AshrafAlam/vue.pwa.weather.app.git

Install

Open command prompt and navigate to the directory where the above source is cloned.

Run the following command to install required packages:

yarn install

Check here to get started with yarn package management.

Run in Local Environment

Run the following command to run the application in local development server

yarn serve

Open the application in browser: http://localhost:8080.

Build Production Output

Run the following command to build production output to be deployed in production server

yarn build

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].