Skip to content

A starter kit for writing Progressive Web Application using VueJS

Notifications You must be signed in to change notification settings

Khachatour/vue-pwa-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progressive Web Application using VueJS, Webpack

This is a boilerplate generated on top of the great written open source project from Egoist

  • Offline Ready using webpack offline-plugin
  • Manifest already generated using this manifest plugin I don't recommend to use this one because, I think it is not maintained now. Insted use this one and create manifest.json by your own
  • Vuex and Vue Router integrated you can do magic!

Installation

$ git clone https://github.com/Khachatour/vue-pwa-starter-kit.git
$ npm install
# for developement server
$ npm run dev
# bundle all scripts and styles for production use
$ npm run build //for build 

# lint your code
$ npm run lint

Note! Webpack's offline plugin is configured to work in development environment for educational purposes. It means caching is active, and service workers are generating.

Go to

./client/index.js

and change development to production!! And you are good to go!

About

A starter kit for writing Progressive Web Application using VueJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published