vue-mix icon indicating copy to clipboard operation
vue-mix copied to clipboard

Bootstrap your Vue 2.0 SPA in less than 2 minutes.

Results 2 vue-mix issues
Sort by recently updated
recently updated
newest added

https://github.com/cklmercer/vue-mix/blob/b98a0f7d408ce6d4db35cacca2a43c7a3290e23f/components/test.vue#L4 There's a missing `/` on the `h2` closing tag in **test.vue**, which makes `npm run dev` fail when cloning the master branch. I can fork the repo and create...

If I add [`mix.version()`](https://github.com/JeffreyWay/laravel-mix/blob/master/docs/versioning.md) into `webpack.mix.js`, how can I get the correct version hash into html? Thanks!