Ville R.

Results 8 comments of Ville R.

I'd ditch the hardcoded stars & add some badges instead. One reason less for somewhat redundand PR's.

Hey guys! What is the situation with this one?

Hi! The `npm run build` does what it says: Builds minified & production-ready files under `/build` directory. Files are static and no server whatsoever is involved within these files. You...

@mimartinez could you please show your routes in Express?

Hi, just tested with below code & the static build files and this works. Note the omitting of `serveStatic` as Express has this method built in now. ``` const express...

Well, it's basically just: `yarn remove bootstrap && yarn add bootstrap-sass`, change import in styles.scss to: `@import "~bootstrap-sass/assets/stylesheets/bootstrap";` & replace contents in `_variables.scss` with below content: ``` $fa-font-path: "~font-awesome/fonts"; $bootstrap-sass-asset-helper:...

Hi, this should be possible if the included files are declaring (like they should) the urls etc. with variable-paths, e.g. like in Font-awesome (https://github.com/FortAwesome/Font-Awesome/blob/master/scss/_variables.scss#L4) which we override in https://github.com/villeristi/vue.js-starter-template/blob/master/src/styles/_variables.scss#L83. The...

@mAAdhaTTah some example would be nice, cheers.