GithubHelp home page GithubHelp logo

pydawan / vuetify-django-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skfazleerabby/vuetify-django-boilerplate

0.0 1.0 0.0 18 KB

A beautiful and simple template for using vue, vuetify, webpack and django together.

Python 49.12% Vue 18.48% HTML 2.66% JavaScript 29.74%

vuetify-django-boilerplate's Introduction

Vuetify+Django Boilerplate

This is a template with vue,vuetify and django to create beautiful Single Page Applications(SPA). This template is configured with Webpack and npm. Configuring Vue+Vuetify+Webpack with Django was a challenging task and time consuming. This Boilerplate makes the work easy and helps to concentrate not in configuring your project for SPA but to developing it.

Installation

Create a virtual environment in your computer and navigate inside the directory. Initialize your project with git by typing the below command in your terminal:

git init

Now add and commit your project:

$ git add .
$ git commit -m "initial project version"

Next step is to clone the github repository in your directory by running the command in the terminal

git clone https://github.com/fazleerabby/vuetify-django-boilerplate.git

After cloning the project install all requirements in your virtual environment:

pip install -r requirements.txt

Now inside your src directory run these two commands:

$ npm install
$ npm run build

Then paste your unique secret key inside config/settings.py file.

Finally run your Django server:

python manage.py runserver

and run it in the browser to see if its working fine: localhost:8000

vuetify-django-boilerplate's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.