Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 516 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 516 Bytes

dvue

A Vue.js project

Build Setup

# create a python3.6 virtual environment
python3.6 -m venv venv

# activate virtual environment
source venv/bin/activate

# install requirements.txt
pip install -r requirements.txt

# migrate
python manage.py migrate

# install dependencies
npm install

# build for development with hot reload
webpack --watch

# build for production with minification
webpack

# run server
python manage.py runserver

Developer

Dennis Joel Mwagiru dennismwagiru@gmail.com