0👍
As mentioned by @1sloc in comments, you are probably getting a 404 error page in HTML.
Till you find a better solution, you may do as follows: copy flexboxgrid.min.css
to the static
folder at the project root, and serve it as a static file from there. This is similar to how you would serve a favicon.ico
for your app.
For details on handling static files, you may refer to the answer in this question:
How to set favicon.ico properly on vue.js webpack project?
👤Mani
- [Vuejs]-Vuejs – Show pages/Vue files with a different router than vue-router (Backbone router)
- [Vuejs]-How to modify the demo of vue.js 1.0 to apply to vue.js 2.0?
Source:stackexchange.com