摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <div id="app"> <button @click=goBack>返回</button> 阅读全文
posted @ 2019-04-04 17:49 若如霜寒 阅读(4586) 评论(0) 推荐(0) 编辑
摘要: 1.全局安装:npm install @angular/cli -g 2.检测安装 :ng --version 3.创建项目:ng new 自己的项目名 4.启动项目:ng start / ng server 5. CLI 为你创建了第一个 Angular 组件。 它就是名叫 app-root 的根 阅读全文
posted @ 2018-08-29 15:01 若如霜寒 阅读(126) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>jQuery渲染数据练习</title></head><body> <ul class="itemBox" id="itemBox"> <!-- 初始模版 --> 阅读全文
posted @ 2018-08-24 17:36 若如霜寒 阅读(1864) 评论(0) 推荐(0) 编辑