An open API service indexing awesome lists of open source software.

https://github.com/youlookwhat/harmoryos-learning

HarmoryOS NEXT 学习笔记
https://github.com/youlookwhat/harmoryos-learning

Last synced: 5 months ago
JSON representation

HarmoryOS NEXT 学习笔记

Awesome Lists containing this project

README

        

# HarmoryOS-learning
HarmoryOS NEXT 学习笔记

## 资料
### TypeScript 入门

- TypeScript 教程 - 阮云峰 :[TypeScript 教程](https://wangdoc.com/typescript/)
- 一份不可多得的 TS 学习指南(1.8W字):[一份不可多得的 TS 学习指南(1.8W字) - 掘金](https://juejin.cn/post/6872111128135073806#heading-0)
- 运行的在线网站:[www.typescriptlang.org](www.typescriptlang.org)

- TypeScript 入门教程(需要先学习JS,暂不推荐) :[TypeScript 入门教程](https://ts.xcatliu.com/)

### HarmoryOS 开发

开发指南:[快速入门-入门](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V2/1_1_u5feb_u901f_u5165_u95e8-0000001478340845-V2)

官方案例:[HarmonyOS](https://developer.huawei.com/consumer/cn/codelabsPortal/serviceTypes/harmonyos-cn)

## 实践
### TS学习

本项目TS学习来源于:[一份不可多得的 TS 学习指南(1.8W字) - 掘金](https://juejin.cn/post/6872111128135073806#heading-0)

### HarmoryOS 学习
#### 配置

Apple M1下载(Mac(ARM)版本,3.1及以上):

https://developer.harmonyos.com/cn/develop/deveco-studio/#download

SDK地址:/Users/michelle/Library/Huawei/Sdk

#### 快速入门
简单的第一个demo:[构建第一个ArkTS应用(Stage模型)](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V2/start-with-ets-stage-0000001477980905-V2)

学习ArkTS语言:[基础语法](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V2/arkts-declarative-ui-description-0000001524416537-V2)

[HarmonyOS第一课](https://developer.huawei.com/consumer/cn/training/study-path/101667550095504391)