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

osamana/django-vue-webpack

 
 

Repository files navigation

Where to use this

create a crud rest api to interact with the database and communicate to the vue system for single page apps SPA

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 [email protected]: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

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.6%
  • Python 19.5%
  • Vue 6.2%
  • HTML 0.7%