FountainJS / generator-fountain-vue

Yeoman 'fountain' generator to start a webapp with Vue http://fountainjs.io
MIT License
103 stars 12 forks source link

TodoMVC #17

Closed tuannguyenminh2086 closed 7 years ago

tuannguyenminh2086 commented 7 years ago

Hello, I just setup a TodoMVC examples by fountainjs. I run a command: npm run serve. The brower is blank and console have a message:

Uncaught TypeError: _vue2.default.use is not a function at Object. (index.js:6) at webpack_require (bootstrap 73631b4…:19) at Object. (index.js:5) at webpack_require (bootstrap 73631b4…:19) at bootstrap 73631b4…:63 at bootstrap 73631b4…:63

dmitry-guryev commented 7 years ago

Not only in TodoMVC, "Hello world app" — the same error

tuannguyenminh2086 commented 7 years ago

@dmitry-guryev : It will be fix, if you upgrade the NODE.js.