Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 391 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 391 Bytes

Wagtail + Vue

Setup

virtualenv venv
pip install requirements.txt

npm install
# or
yarn

Copy main/local_settings.py.example to main/local_settings.py

Create new Postgres database and add credentials to main/local_settings.py

Running

npm run dev # Starts webpack dev server and runs ./manage.py runserver

Building

npm run build