mkdir mini-react
cd mini-react
npm init -y
npm install --save-dev typescript
# 创建 ts 配置文件
npx tsc --init
# 编译
npx tsc -w
# index.html 引入下 dist 的代码
# 给 index.html 起一个静态服务
npx http-server .
-
Notifications
You must be signed in to change notification settings - Fork 0
Wkhxi/mini-react
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
mini react
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published