vue使用vueCropper裁剪功能,代码复制直接使用
摘要://先安装包 npm install vue-cropper --save-dev <template> <div id="merchantInformation"> <div class="upData"> <label class="btn btn-orange" for="uploads">上传LOGO</label> <input type="file" id="uploads" :val
阅读全文
posted @
2019-08-23 09:41
菜鸡H
阅读(556)
推荐(0)
阿里云服务器安装mongodb并且启动
摘要:// 1、下载 我是直接在local里面创一个mongodb文件夹进行下载和解压 curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.9.tgz //2、 解压 tar zxvf mongodb-linux-x86_64-3.2.9.tgz //3创建数据文件夹和日志文件等 mkdir -p /usr/local...
阅读全文
posted @
2019-08-19 21:48
菜鸡H
阅读(1320)
推荐(0)
脚手架安装react
摘要://1 npm install -g create-react-app //2 create-react-app xxx //xxx项目名称 //3 cd xxx //xxx项目名称 npm start //启动
阅读全文
posted @
2019-08-12 11:31
菜鸡H
阅读(132)
推荐(0)