deepak-singh / vue-blog-pwa

Simple blog (vue-pwa) (django-tastypie-backend)

Home Page:https://vue-blog-pwa.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple blog - Vue2-pwa

Simple blog based on django-tastypie REST apis built with Vuejs2-pwa. It covers on how a vue js app can be structured along with basic authentication in place. How components can be built to achieve overall desired functionality without repeating the code everytime.

Light house score for pwa: 91/100

Using High resoultion images on the home screen, which is why the app load takes time and thus it has low score in performance.

Working demo can be found here -> demo

Plugins used:

Note:

  • The App is currently deployed on heroku hence it is little slow. Even the backend is deployed on Heroku.

Items covered:

  • Authentication
  • Creating posts
  • Manipulating UI as per STATE

To do:

  • Add comments functionality
  • Redirect if not authenticated or donot show the content
  • Add tags functionality

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

About

Simple blog (vue-pwa) (django-tastypie-backend)

https://vue-blog-pwa.herokuapp.com/


Languages

Language:JavaScript 62.5%Language:Vue 32.7%Language:HTML 4.7%Language:CSS 0.2%