Skip to content

Commit 8262747

Browse files
committed
demo
1 parent 7d89357 commit 8262747

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
1-
JavaScript React Base Demo (Latest)
2-
===================================
3-
4-
Always update with latest versions and technologies.
1+
JavaScript React Hello World Demo
2+
=================================
53

64
```
75
npm install
8-
npm run dev
6+
npm run demo
97
```
108

119
It will open <http://localhost:8080/> automatically.
12-
13-
14-
---
15-
16-
### `tsconfig.json`
17-
18-
`module`必须为`commonjs`或者`amd`,不能为`umd`,否则会报错:
19-
20-
```
21-
WARNING in ./entry.tsx 3:24-31
22-
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
23-
```
24-

0 commit comments

Comments
 (0)