Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 470 Bytes

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