A starter seed with Vuejs, tornado (python), bootstrap (styles) using coffeescript and LESS
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Mutable files (images, css etc) goes in src/assets
and immutable files (json, csv etc) goes in src/static
.
Both 1 & 2 end up in dist/static
in production