摘要: Vue-CLI 3.x 脚手架 特点:搭建项目脚手架的工具, Vue.js 开发的标准工具 全局安装(需要 Node.js 8.9+) npm install -g @vue/cli 查看版本 vue -V //# 或者 大写V ,vue --version的简写 创建默认项目 创建项目文件夹 vu 阅读全文
posted @ 2020-09-07 16:59 TGS-唐 阅读(162) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <tit 阅读全文
posted @ 2020-04-10 22:26 TGS-唐 阅读(129) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maxim 阅读全文
posted @ 2020-04-10 22:24 TGS-唐 阅读(214) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 </head> 7 <body> 8 </body> 9 </html> 10 <!-- 11 12 合模型 13 标准合模型:box-s 阅读全文
posted @ 2020-04-10 22:22 TGS-唐 阅读(132) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style> 7 8 </style> 9 </head> 10 <body> 11 <video src=""></video> 12 阅读全文
posted @ 2020-04-10 22:21 TGS-唐 阅读(106) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style> 7 *{margin:0;padding:0;} 8 .box{ 9 width:200px; 10 height:100 阅读全文
posted @ 2020-04-10 22:19 TGS-唐 阅读(177) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style> 7 *{margin:0;padding:0;} 8 table{ 9 width:600px; 10 height:40 阅读全文
posted @ 2020-04-10 22:17 TGS-唐 阅读(142) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style> 7 *{margin:0;padding:0;} 8 9 </style> 10 </head> 11 <body> 12 阅读全文
posted @ 2020-04-10 22:14 TGS-唐 阅读(134) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style> 7 .nb{ 8 font-size:16px;/*默认大小*/ 9 font-size:12px;/*最小值*/ 10 阅读全文
posted @ 2020-04-10 22:09 TGS-唐 阅读(201) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 </head> 7 <body> 8 </body> 9 </html> 10 <!-- 11 i/em 文本倾斜 12 13 b/str 阅读全文
posted @ 2020-04-10 22:07 TGS-唐 阅读(111) 评论(0) 推荐(0)