This template includes docker, sanic and vuejs.
Python3 Sanic
VueJS
- animate.css
- axios
- chart.js
- keenUI
- vue-awesome-notifications
- vue-chartjs
- vue-router
- vuex
Examples
- basic animate.cs router-view components transitions
- preloader (with SCSS variables loaded into js)
- basic html flex page with nav / content / footer
- routing
- HTTP requests (axios)
- charts examples
- keenUI examples
- vue awesome notifications examples
docker-compose -f dev.yml up
docker-compose -f prod.yml up -d
- Light / Dark theme switch on website See https://dev.to/ananyaneogi/create-a-dark-light-mode-switch-with-css-variables-34l8
- More examples
- Multilingual https://panter.github.io/vue-i18next/ (?)
- Server side stuff like sessions, messaging client (for rabbitMQ or Redis), db client
- Websockets
- ...