Skip to content

A boilerplate of using Django as backend framework, Vue js and webpack as the frontend setup.

Notifications You must be signed in to change notification settings

sdzharkov/django-vue-webpack

 
 

Repository files navigation

django-vue-webpack

A boilerplate of using Django as backend framework, Vue js and webpack as the frontend setup.

Installation

Clone the repository

git clone git@github.com:longtranista/django-vue-webpack.git

Run django

python manage.py runserver 0.0.0.0:8000

Install npm packages

npm install

Run client (node)

npm run dev

Build production (node)

npm run build

We are done.

Enjoy coding

About

A boilerplate of using Django as backend framework, Vue js and webpack as the frontend setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.3%
  • Python 19.0%
  • Vue 7.0%
  • HTML 0.7%