项目作者: vitaly-efremov

项目描述 :
Simple Django+VueJS Boilerplate
高级语言: Python
项目地址: git://github.com/vitaly-efremov/django-vuejs-boilerplate.git
创建时间: 2017-11-28T09:05:09Z
项目社区:https://github.com/vitaly-efremov/django-vuejs-boilerplate

开源协议:MIT License

下载


Introduction

A boilerplate for SPA applications with Django as Backend and VueJS as Frontend with hot loading.
It uses django-webpack-loader to link bundles.

How to develop

Install npm modules and pip requirements

  1. yarn install
  2. pip install -r requirements.txt

Start frontend server

  1. yarn start

Start backend server

  1. python manage.py runserver

Lint frontend

  1. yarn lint

How to build

To build frontend bundles execute:

  1. yarn build