Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 526 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 526 Bytes

Django 3 - Vue 3 - Boilerplate

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Start o django server

./manage.py runserver

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

See Extensions VsCode.