随笔分类 -  Angular/Vue/TypeScript

新的前端
摘要:1:code 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2020-09-29 20:04 天天向上518 阅读(175) 评论(0) 推荐(0)
摘要:1:code 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2020-09-29 20:01 天天向上518 阅读(250) 评论(0) 推荐(0)
摘要:1:code 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2020-09-29 20:00 天天向上518 阅读(277) 评论(0) 推荐(0)
摘要:1:code 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2020-09-29 19:59 天天向上518 阅读(230) 评论(0) 推荐(0)
摘要:1:code 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2020-09-29 19:56 天天向上518 阅读(282) 评论(0) 推荐(0)
摘要:1:code 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2020-09-29 19:55 天天向上518 阅读(175) 评论(0) 推荐(0)
摘要:脚手架的搭建,请查看另外一篇日记:https://www.cnblogs.com/Fengge518/p/11837078.html 1:直接代码了 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 阅读全文
posted @ 2020-09-29 19:54 天天向上518 阅读(196) 评论(0) 推荐(0)
摘要:说出来都是泪,最开始都不知道从哪里开始(回头一看还是很简单的,关键是要找到入口) 特意总结出来,让有需要学习这块的朋友少走很多的弯路! 1:安装node.js会自动带上 npm的环境,下载nodejs相关的软件包傻瓜式的安装 这个步骤的自己去下载 安装 node官网: https://nodejs. 阅读全文
posted @ 2019-11-11 17:38 天天向上518 阅读(1827) 评论(0) 推荐(0)