08 2018 档案

摘要: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 若如霜寒 阅读(151) 评论(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 若如霜寒 阅读(1903) 评论(0) 推荐(0)