摘要: npm 发布步骤: 参考:https://www.jianshu.com/p/9342c8d355a9 1.创建项目,安装依赖 vue init webpack-simple 项目名称 //创建插件项目npm install //安装依赖npm run dev // 启动项目 2.编写插件: 创建组 阅读全文
posted @ 2020-03-10 15:12 轻风细雨_林木木 阅读(732) 评论(0) 推荐(0) 编辑
摘要: 1、git配置远程地址 git remote add origin url ,其中url为远程仓库地址。 2、git删除远程地址 git remote rm origin 查看远程仓库地址信息 git remote -v 阅读全文
posted @ 2020-03-10 14:52 轻风细雨_林木木 阅读(2012) 评论(0) 推荐(0) 编辑