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

This is my boilerplate for building REST APIs using django and a Vue.js single page application for interacting with the api

Notifications You must be signed in to change notification settings

dennismwagiru/django-vue

Repository files navigation

dvue

A Vue.js project

Build Setup

# create a python3.6 virtual environment
python3.6 -m venv venv

# activate virtual environment
source venv/bin/activate

# install requirements.txt
pip install -r requirements.txt

# migrate
python manage.py migrate

# install dependencies
npm install

# build for development with hot reload
webpack --watch

# build for production with minification
webpack

# run server
python manage.py runserver

Developer

Dennis Joel Mwagiru dennismwagiru@gmail.com

About

This is my boilerplate for building REST APIs using django and a Vue.js single page application for interacting with the api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published