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版本的包
原文地址:https://www.cnblogs.com/paisen/p/9332528.html