- 博客(5)
- 收藏
- 关注
原创 Vue的基本使用(一)
vue直接在页面中使用 (只需要下载vue.js, 使用script标签引入项目即可。) <script src="./vue.js"></script> <script type="text/javascript"> //这里创建一个vue实例 new Vue({ //使用el指定html中的模板 //这里指定的是id为app的标签 //在html中,#app的内容中,就可以使用vue的语法了
2021-02-08 11:41:25
235
原创 前端常用网址收藏
常用的网站收藏 jQ、Bootstrap、字体图标 Bootstrap中文网:https://www.bootcss.com jQuery之家:http://www.htmleaf.com/ jQuery插件库:https://www.jq22.com/ MDN:https://developer.mozilla.org/zh-CN/ CSS3手册:http://caibaojian.com/css3/ jQery API:https://jquery.cuishifeng.cn/ iconfont:htt
2021-01-29 10:37:34
312
原创 git/github的使用命令
1.下载并安装git https://git-scm.com/downloads 得到exe文件,一路next,安装完成后,去掉界面的checkbox,然后next 2.配置用户名、邮件地址 git config --global user.name “itheima” git config --global user.email itheima@qq.com 配置的用户名、邮件地址会被写入”C:/Users/用户名文件夹/.gitconfig”文件中。这个文件是 G it的全局配置文件,配置一次即可永久
2020-08-31 10:04:51
309
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
3