vue & npm & components & plugins how to publish an vue ui component to npm? https://www.telerik.com/blogs/vuejs-how-to-build-your-first-package-publish-it-on-npm https://github.com/nrifki/nice-handsome-button https://github.com/nrifki/vue-flag…
1,下图的报错为没有系统权限 解决: P.S. 用管理打开后的命令行默认是window/system32,从system32退回到桌面的路径如下图 2, vuex 报错 “unknown mutation type” 3,Git报错:index.lock File exists 进去.git目录里把index.lock文件删掉就可以 4,[Vue warn]: You are using the runtime-only build of Vue where the template compi…
npm run dev 启动时,报了一大堆错误 Module build failed: Error: Missing binding E:\2017VocaSchool\vocationWeb\node_modules\node-sass\vendor\win32-x64-51\binding.node Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 7.x…
还有一些git的指令没有用过,记录在这里. 1. 设置远程branch的指令 There is no tracking information for the current branch.Please specify which branch you want to merge with.See git-pull(1) for details. git pull <remote> <branch> If you wish to set tracking information f…
npm run dev运行报错信息如下图: 原因分析: 版本问题 解决办法: 在semver.js(node_modules/semver/semver.js)里做了一些改动,代码如下: // if ANY of the sets match ALL of its comparators, then pass Range.prototype.test = function(version) { return true;//add 2019年3月6日13:34:50 if (!version) r…
报错信息 Access to XMLHttpRequest at 'http://platformapi-test.lih-elearning.cn/api/v1/login' from origin 'http://www.vue.com' has been blocked by CORS policy: Request header field Access-Control-Allow-Origin is not allowed by Access-Control-Allow-Headers…