摘要: <template> <div class="recommend"> <!-- --> <van-loading v-show="isshow" /> <van-list v-model="loading" :finished="finished" finished-text="没有更多了" @lo 阅读全文
posted @ 2019-12-26 23:32 web小超 阅读(269) 评论(0) 推荐(0)
摘要: 1 》 npm install -g @vue/cli 安装 vue cli3 2 》 npm uninstall vue-cli -g 卸载 vue cli3 3 》 vue create 项目名称 直接命令行创建 接下来会问你选择那种配置(会显示所有保存过的配置,首次使用只会显示 default 阅读全文
posted @ 2019-12-26 22:18 web小超 阅读(142) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-12-26 11:13 web小超 阅读(181) 评论(0) 推荐(0)
摘要: git init git add文件名:将文件提交到缓存区 Git commit -m“说明内容” 将缓存区的文件提交到仓库 -m后面带提交的说明内容 $ git config --global user.name "用户名" $ git config --global user.email "xx 阅读全文
posted @ 2019-12-26 09:05 web小超 阅读(100) 评论(0) 推荐(0)