We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77f4fb commit e8dd910Copy full SHA for e8dd910
README.md
@@ -0,0 +1,9 @@
1
+## WAGTAIL 2 + VUE 3
2
+This is a base project based on docker and docker compose with wagtail 2, vue 3 and webpack loader.
3
+
4
+## Setup
5
+- Run `docker-compose build`
6
+- Run `docker-compose up -d`
7
+- Run `docker-compose exec cms bash python manage.py migrate`
8
+- Open `localhost:8000``
9
+- Happy codding
0 commit comments