Skip to content

Commit

Permalink
refactor(basic):用ts重新案例
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Apr 8, 2022
1 parent 8f222fa commit c255f86
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 213 deletions.
19 changes: 0 additions & 19 deletions example/basic-ts/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions example/basic-ts/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions example/basic-ts/package.json

This file was deleted.

Binary file removed example/basic-ts/public/favicon.ico
Binary file not shown.
15 changes: 0 additions & 15 deletions example/basic-ts/public/index.html

This file was deleted.

1 change: 0 additions & 1 deletion example/basic-ts/public/robots.txt

This file was deleted.

5 changes: 0 additions & 5 deletions example/basic-ts/src/app/App.module.css

This file was deleted.

8 changes: 0 additions & 8 deletions example/basic-ts/src/app/app.css

This file was deleted.

9 changes: 6 additions & 3 deletions example/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@examples/basic",
"name": "@examples/basic-ts",
"version": "3.1.11",
"description": "",
"private": true,
Expand All @@ -16,7 +16,10 @@
},
"devDependencies": {
"@kkt/ssr": "3.1.11",
"kkt": "~7.1.5"
"kkt": "~7.1.5",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/express": "^4.17.13"
},
"browserslist": {
"production": [
Expand All @@ -30,4 +33,4 @@
"last 1 safari version"
]
}
}
}
12 changes: 0 additions & 12 deletions example/basic/src/app/App.js

This file was deleted.

9 changes: 0 additions & 9 deletions example/basic/src/app/App.test.js

This file was deleted.

File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions example/basic/src/client.js

This file was deleted.

File renamed without changes.
25 changes: 0 additions & 25 deletions example/basic/src/server.js

This file was deleted.

File renamed without changes.
42 changes: 0 additions & 42 deletions example/basic/src/serverIndex.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c255f86

Please sign in to comment.