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.
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:
- Vuetify
- axios (For http)
- Isotope (For grid)
- VeeValidate (Validations)
- The App is currently deployed on heroku hence it is little slow. Even the backend is deployed on Heroku.
- Authentication
- Creating posts
- Manipulating UI as per STATE
- Add comments functionality
- Redirect if not authenticated or donot show the content
- Add tags functionality
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build