Skip to content

Commit

Permalink
feat: islands 组件完成,实现自定义head
Browse files Browse the repository at this point in the history
  • Loading branch information
kakachake committed Mar 16, 2023
1 parent b416261 commit 4e778e3
Show file tree
Hide file tree
Showing 16 changed files with 496 additions and 65 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist
build
.temp
.temp
vendors
2 changes: 1 addition & 1 deletion docs/guide/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 新一代全栈框架 Fresh
# 新一代全栈框架 Fresh

大家好,我是 shen 三元。今天给大家介绍一个新的框架 Fresh,由 Deno 作者出品,在最近发布了 1.0 的正式版本,宣布支持了生产环境,并且在 Github 上热度也比较高,现在是时候给大家详细地介绍一下这个方案了。接下来会从**框架定位****上手体验****优劣势评估****源码实现**这几个方面来给大家深入解读 Fresh 框架。

Expand Down
17 changes: 0 additions & 17 deletions docs/temp/assets/island_inject.1a02b79c.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/temp/assets/island_inject.340268bd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"lint": "eslint --fix --ext .ts,.tsx,.js,.jsx --quiet ./",
"dev": "tsup --watch",
"build": "tsup",
"build": "tsup && npm run build:deps",
"build:deps": "tsx ./scripts/prebundle.ts",
"preview": "cd docs/build && serve .",
"prepare": "husky install",
"commit": "cz",
Expand Down Expand Up @@ -68,9 +69,11 @@
"@types/babel__core": "^7.20.0",
"@types/babel__helper-plugin-utils": "^7.10.0",
"@types/babel__traverse": "^7.18.3",
"@types/resolve": "^1.20.2",
"@vitejs/plugin-react": "^2.2.0",
"acorn": "^8.8.1",
"cac": "^6.7.14",
"esbuild": "^0.17.11",
"eslint-config-prettier": "^8.5.0",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
Expand All @@ -83,6 +86,7 @@
"prettier": "^2.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-router-dom": "6.4.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
Expand All @@ -92,6 +96,7 @@
"remark-mdx-frontmatter": "^2.1.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"resolve": "^1.22.1",
"shiki": "^0.12.1",
"unified": "^10.1.2",
"unocss": "^0.48.4",
Expand Down
Loading

0 comments on commit 4e778e3

Please sign in to comment.