Skip to content

Github issues viewer build in Vue, Vuex, Progressive Web App (PWA), IndexedDB, localStorage, vuetable2. it shows different <orgs>/<repos> issues in a table. Filtering, searching, sorting available!

Notifications You must be signed in to change notification settings

sajibcse68/github-issue-viewer

Repository files navigation

vue-pwa

A Vue.js project

Test PWA

  1. Build the dist/ directory:
  • $ npm run build
  1. Install serve globally by npm or yarn:
  • $ npm install -g serve
  • $ yarn --global add serve # install by yarn
  1. Run the app with dist/ directory:
  • serve dist/
  1. Now, open chrome developer tool (Cmd + Shift + I) | Network | Check Offline. Now reload the page, it should work as Charm!

  2. Also go chrome developer tool (Cmd + Shift + I) | Application | Service Workers. Now, you should see that status = activated and is running!

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

Github issues viewer build in Vue, Vuex, Progressive Web App (PWA), IndexedDB, localStorage, vuetable2. it shows different <orgs>/<repos> issues in a table. Filtering, searching, sorting available!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published