Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.42 KB

django-vue-authentication

Token authentication example on Django and Vue step by step.

Structure

This example contains 6 steps in the different branches.

Usage

  1. In one terminal
make start
  1. In another terminal
cd frontend
npm i
npm run dev

Examples

You can move step by step changing branches. Or download final example from main branch

Download all examples

You can use make download_examples command to download all examples as folders. Example will be save to ../django-vue-authentications/<subfolder>/