kdenny / placelist_fe

New placelist app frontend written in Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

New placelist app frontend written in Vue.js


Languages

Language:JavaScript 51.7%Language:Vue 46.7%Language:HTML 1.6%