ice/website
水澜 f56497f694
feat: async data loader (#6137)
* chore: refactor unfinished

* feat: support create router

* refactor: render mode

* fix: code splitting false

* feat: add location for icestark

* chore: remove console

* test: examples

* fix: dataloader is undefined

* fix: test

* fix: test case

* fix: test case

* fix: types

* fix: test case

* fix: lock

* feat: async data loader

* fix: update lock

* fix: hydration

* fix: router

* fix: router

* chore: log

* fix: hmr

* fix: test

* fix: test

* feat: await

* fix: await component

* fix: lint

* refactor: type

* fix: type

* fix: app data loader

* fix: test

* fix: test

* test: async data

* test: async data

* docs: async data loader

* fix: lint

* refactor: loader config

* fix: test

* fix: compat with old useage

---------

Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2023-04-25 10:47:40 +08:00
..
config docs: modify the url to the correct repo (#5612) 2022-11-24 13:24:35 +08:00
docs/guide feat: async data loader (#6137) 2023-04-25 10:47:40 +08:00
plugins feat: plugin jsx plus (#529) 2022-11-15 10:32:39 +08:00
scripts 文档 (#203) 2022-11-14 19:47:40 +08:00
src Docs/optimize website (#6073) 2023-03-17 11:03:19 +08:00
static chore: init website (#5) 2022-11-14 17:41:12 +08:00
README.md chore: trigger website change 2022-11-14 19:47:43 +08:00
babel.config.js chore: init website (#5) 2022-11-14 17:41:12 +08:00
docusaurus.config.js Update docusaurus.config.js (#5633) 2022-11-29 18:05:44 +08:00
package.json chore: update dependencies (#6026) 2023-03-21 17:00:31 +08:00

README.md

Website v3

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

Just push.