/docker-sanic-vuejs-template

Template for Sanic and VueJS containerized with a pinch of basic features

Primary LanguageVue

Docker / Sanic / VueJS template

This template includes docker, sanic and vuejs.

Components

Server

Python3 Sanic

Client

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

Run it

dev

docker-compose -f dev.yml up

prod

docker-compose -f prod.yml up -d

Roadmap