Pygovue is a 3-part website boilerplate:
- Python/ Django acting as a content management backend,
- Golang as an API and
- NuxtJs/ VueJs 2 as a frontend.
This version uses Bootsrap 4. For iView UI, see elpgv, for Vuetify tipgv, for Bulma bulma_pgv.
Python 3.6, Golang 1.8, Node 6.10, Postgres.
- Create database.
- Edit .env
- Create some content (Django admin or programmatically).
- Build with build.sh (aproximately)