wangxg2016 / vue-bulma

轻量级高性能MVVM Admin UI框架,Charts Collaopse Modal NavMenu Pagination ProgressBar Rating Timeline Toast
https://admin-c79b5.firebaseapp.com/admin/index
MIT License
406 stars 129 forks source link

clone 下来不能运行 #3

Open XhinLiang opened 7 years ago

XhinLiang commented 7 years ago

已经 npm install 了,执行 npm run dev 的时候,访问 localhost:8080 出错。

ERROR in ./src/main.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./demos/notifications in /home/xhinliang/code/lte/vue-bulma/src
 @ ./src/main.js 131:21-53

ERROR in ./~/babel-loader!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue
Module not found: Error: Cannot resolve 'file' or 'directory' ./Timeline in /home/xhinliang/code/lte/vue-bulma/src/components/timeline
 @ ./~/babel-loader!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue 7:16-37

ERROR in ./~/babel-loader!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue
Module not found: Error: Cannot resolve 'file' or 'directory' ./Timelineitem in /home/xhinliang/code/lte/vue-bulma/src/components/timeline
 @ ./~/babel-loader!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue 11:20-45
Child html-webpack-plugin for "index.html":
         Asset     Size  Chunks       Chunk Names
    index.html  22.2 kB       0       
webpack: bundle is now VALID.
XhinLiang commented 7 years ago

解决了,文件名大小写的问题。