Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 535 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 535 Bytes

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