Skip to content

tremendus/vue-browserify-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js example setup with Browserify

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.

Setup

Watch and auto rebuild with watchify:

npm install
npm run dev

You know what's cool?

Wouldn'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!

About

Vue.js example setup with Browserify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.4%
  • HTML 30.0%
  • CSS 10.6%