• This repository has been archived on 09/Oct/2018
  • Stars
    star
    331
  • Rank 127,323 (Top 3 %)
  • Language
    Python
  • License
    Other
  • Created almost 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

vuejs and Django integration with hot code reload. Dont use this, use https://github.com/NdagiStanley/vue-django or https://github.com/gtalarico/django-vue-template

hello-vue + Django

This is a boilerplate project for using vuejs with Django.

Features

  • Django backend in ./backend
  • vuejs (v2) frontend in ./frontend
  • Hot-reload with vue-loader
  • eslint linter integration
  • Makefile to make your life easy

Development environment setup

These steps will install all required dependencies including development ones, run migrations and start dev server.

make dev
make migrate
make run

Deployment

These steps will install production dependencies and build vuejs application to static/dist folder.

make prod
make build

Be aware

For the sake of simplicity Django config is contained within its own backend app. In real world setting you would probably want to remove backend from INSTALLED_APPS, create a new app and move backend.views to it.

You probably want to create python virtual environment as well. Default python instance available will be used.

More Repositories

1

ImNodes

Node graph implementation for Dear ImGui. Used in https://github.com/rokups/rbfx
C++
662
star
2

virtual-reality

Stealthy backdoor for Windows operating systems
C
271
star
3

ReflectiveLdr

Position-idependent Windows DLL loader based on ReflectiveDLL project.
C++
90
star
4

hooker

Minimalistic hooking library written in C
C++
54
star
5

zinc

Block level data synchronization library
C++
48
star
6

Urho3D-nuklear-ui

Sample nuklear ui integration for Urho3D
C++
19
star
7

nim-ustring

utf-8 string for Nim
C
15
star
8

natvis4gdb

Natvis implementation for GDB debugger
Python
15
star
9

ShaderSketch

A tool for toying with shaders
C++
10
star
10

paste2box

Internet-enabled clipboard / file sharing client.
Python
9
star
11

run_pe

Single header RunPE implementation in c
C
8
star
12

rokups.github.io

HTML
7
star
13

Launchpad

File-less post-exploitation agent and remote administration tool.
C
6
star
14

AtomicImGUI

imgui integration with AtomicGameEngine
C++
6
star
15

AtomicIMUIs

C
5
star
16

Urho3D-Toolbox

Up to date version of this code is at https://github.com/rokups/Urho3D
C++
5
star
17

snek

Memory loader of python runtime.
C
4
star
18

UrhoUIEditor

Maintenance moved to https://github.com/rokups/Urho3D/tree/master/Source/Tools/Editor
C
4
star
19

Urho3DNet

Experimental bindings generator. Dead. SWIG-based solution merged to https://github.com/rokups/Urho3D
C++
4
star
20

AtomicNuklearUI

nuklear ui integration for AtomicGameEngine
C++
3
star
21

rbfx-tasks

Subsystem and sample demonstrating building logic using coroutines (fibers).
C++
2
star
22

imgui_test_engine

Dear ImGui Tests & Automation
C++
2
star
23

AtomicAsLibraryExample

C++
2
star
24

rbfx-sample

C++
2
star
25

UnlockWatch

Reboots android device after trhee failed unlock attempts. Root required.
Java
1
star
26

Urho3D-Base

Project skeleton for Urho3D.
C++
1
star
27

rbfx-testing

C++
1
star
28

CSGBoolOpsTest

C++
1
star
29

nim-coro

Coroutines for Nim language.
Assembly
1
star
30

python-ping

Python
1
star
31

nim-bencode

BEncoding encoding/decoding lib for Nim language
Nim
1
star