vuejs / vue-requests

Need a Vue.js module or looking for ideas?
MIT License
69 stars 6 forks source link

Vue-tools #3

Open egoist opened 8 years ago

egoist commented 8 years ago

technically not a Vue module, Vue-tools is supposed to be an offline testing and building cli tool for Vue components, using vue-tools we no longer repeat the same settings on testing/building for different components, exactly just like what rc-tools does.

paulpflug commented 8 years ago

I have a very simple .vue compiler https://github.com/paulpflug/vue-compiler (but I'm using https://atom.io/packages/vue-autocompile )

For testing karma is great, but for developing I need to see the thing so I made a very basic server https://github.com/paulpflug/vue-materialize/tree/master/test which in principle serves the component and tests it in browser with mocha side by side, this isn't fully done though.

paulpflug commented 8 years ago

Have a look: https://github.com/paulpflug/vue-dev-server

egoist commented 7 years ago

Eh, currently vbuild can run Vue apps / build Vue components, I'm going to add testem support