IP屬地:廣東
一、npm installswiper@4.3.3 二、組件中引入和配置 import Swiper from 'swiper'; import...
一、新建filter.js如下: const filter = { '1000': function (val) { if (typ...
nginx解決前端跨域 1、安裝好nginx后,進(jìn)入/usr/local/etc/nginx/nginx.conf 2、修改配置如下: serv...
1、git init 在當(dāng)前項(xiàng)目目錄下創(chuàng)建本地倉庫。 2、在github上創(chuàng)建項(xiàng)目 3、git add * 將改動(dòng)提交到本地暫存區(qū) 4、git ...