A boilerplate of using Django as backend framework, Vue js and webpack as the frontend setup.
The django-vue-webpack is a boilerplate that combines the Django backend framework with the Vue.js frontend setup using webpack. It provides a convenient starting point for developers looking to build web applications with these technologies.
To install the django-vue-webpack boilerplate, follow the steps below:
git clone git@github.com:longtranista/django-vue-webpack.git.python manage.py runserver 0.0.0.0:8000 command.npm install in the project directory.npm run dev (node).npm run build (node).After completing the installation steps, you are ready to start coding!
Access the frontend at: http://localhost:8080/
Access the backend at: http://localhost:8000/
The django-vue-webpack boilerplate provides a convenient starting point for developers to build web applications using Django as the backend framework and Vue.js with webpack as the frontend setup. With its integration of these technologies, developers can benefit from the power of Django for backend development and the reactivity of Vue.js for frontend interactions. The installation process is straightforward and ensures that all the necessary dependencies are set up properly, allowing developers to quickly jump into coding their projects.