Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
/ django-vue Public archive

A boilerplate for Django to get running with Vue. fast as possible. (Laravel way)

Notifications You must be signed in to change notification settings

MuhammedKpln/django-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Django + Vue boilerplate

🔧This is not SPA.
Another Django + Vue boilerplate but this time in Laravel way! Did you want use Vue in your site on specific places? Eveything is built-in and orginazed.

Demo

https://django-vue-boilerplate.herokuapp.com/

Quick start

Install Python requirements

$ git clone https://github.com/MuhammedKpln/django-vue.git && cd django-vue
$ pip install -r requirements.txt\

Install npm requirements

$ cd src
$ npm install
$ npm run dev\

Finish migrations

$ python manage.py migrate
$ python manage.py runserver
`

Features will be added soon

  • Email confirmation
  • Password reset

About

A boilerplate for Django to get running with Vue. fast as possible. (Laravel way)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published