vue2_vuex2_webpack2_ssr
vue2_vuex2_webpack2_ssr copied to clipboard
use vue2 + vuex2 + webpack2 to build a server-side-render service
bug略多
bug略多
no
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
ERROR in ./src/App.vue Module build failed: TypeError: loader.charAt is not a function
我是npm install之后,直接运行npm run dev,就报这个错误 `function Vue$3 (options) { if ("development" !== 'production' && !(this instanceof Vue$3)) { warn('Vue is a constructor and should be called with the `new` keyword'); }...