hello!python!

vue参考

https://github.com/taylorchen709/vue-admin

http://element-cn.eleme.io/#/zh-CN/component/layout

https://github.com/oracle614/vue2-admin-lte

 

vue工程window迁移到linxu问题:

npm run dev报错:Module build failed: Error: Missing binding /home/finance/App/vue/node_modules/node-sass/vendor/linux-x64-48/binding.node
解决方案:删除node_modules下的node-sass所有内容
    重新 npm rebuild
    解决
原因分析,widows下node-sass用的包是下图这个,但linux要用。不删除整个包,不会下载linux版本的包

 

 

posted @ 2018-07-18 20:52  你坚持了吗  阅读(110)  评论(0编辑  收藏  举报
hello!python!