/django-vue-webpack

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

Primary LanguageJavaScript

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