brunch-vue-barebones
brunch-vue-barebones copied to clipboard
A Barebones Brunch Skeleton for Vue.js
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...
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...
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...