如何在nuxt.js中按需使用mint-ui?
已经通过官方文档可以实现全部加载 mint-ui,其实我只是想要几个组件,但是总提示 style.css 文件错误: ../node_modules/mint-ui/lib/font/style.css…
Vue服务端渲染避免状态回传
vue2开始支持ssr(Server-Side-Rendering),我使用的版本如下: { "vue": "^2.3.3", "vue-resource": "^1.3.1", "vue-router": "^2.5.3", "vue-server…
用vue服务器渲染的问题
<% for (var chunk of webpack.chunks) { for (var file of chunk.files) { if (file.match(/\.(js|css)$/)) { %> " href="" as=""> 报错信息 /home/…
vue-hackernews-2里的__INITIAL_STATE__和context.initialState的作用
请问例子vue-hackernews-2.0里的window.__INITIAL_STATE__和context.initialState有什么用?我去掉发现完全没影响.…