Note This example is now using Vue 0.11.
This example inlines the CSS and HTML template of each component using the partialify transform, and inserts the CSS with the insert-css module.
Watch and auto rebuild with watchify:
npm install
npm run devWouldn't it be nice to write your Vue.js components with its style, template and script all in the same file? Even cooler, how about using your favorite pre-processors together? Check out the vueify transform!