Skip to content

jeffjose/vuejs-tornado-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuejs-tornado-seed

A starter seed with Vuejs, tornado (python), bootstrap (styles) using coffeescript and LESS

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Conventions

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