lc-thomas / docker-sanic-vuejs-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Vue 76.8%Language:JavaScript 10.5%Language:CSS 5.8%Language:Python 2.9%Language:HTML 2.6%Language:Shell 1.5%