brunch-vue-barebones icon indicating copy to clipboard operation
brunch-vue-barebones copied to clipboard

A Barebones Brunch Skeleton for Vue.js

Results 3 brunch-vue-barebones issues
Sort by recently updated
recently updated
newest added

If you remove a whole class the generated component.css is not updated. If you update a single property it works. For me, it looks like that an empty style tag...

bug

It fails to reload if you save a file a second time: brunch new -s vue update all depencies to * npm install npm start open localhost at port 3333...

bug

router-view is already a part of the App component. It's safe, and in keeping with the spirit of a barebones app, to remove it from here. Correct me if I'm...