luhc228
af24b565a1
feat: support postcss user config ( #626 )
...
* feat: support postcss in userConfig
* feat: support postcss.config.js
* docs: optimize config
* docs: postcss
* feat: add tailwindcss example
* chore: export postcss
* docs: update postcss
* docs: update browsers desc
2022-11-15 10:33:11 +08:00
ClarkXia
63b5a02335
feat: config polyfill for bowsers support ( #652 )
...
* feat: config polyfill for bowsers support
* chore: optimize code
* chore: lock
* chore: test case
* chore: test case
* chore: comment
2022-11-15 10:33:11 +08:00
水澜
5544c79d27
feat: support crossorigin ( #649 )
...
* feat: support pass crossorigin
* docs: cross origin loading
* fix: config doc
* docs: add link
* Update config.md
2022-11-15 10:33:11 +08:00
luhc228
1c8815fdad
feat: web-worker example ( #627 )
...
* docs: refactor assets
* feat: web-worker example
2022-11-15 10:33:08 +08:00
luhc228
2ee7fc3d76
docs: mock use middleware ( #612 )
...
* docs: mock use middleware
* fix: comment
* docs: add types
2022-11-15 10:32:49 +08:00
ClarkXia
167336a6cf
docs: api ( #628 )
...
* docs: add api title
* docs: add api
* docs: api link
2022-11-15 10:32:49 +08:00
luhc228
2e57000afc
feat: keep-alive ( #556 )
...
* feat: init keep-alive plugin
* chore: update lock
* feat: add api
* chore: remove plugin
* chore: not modify code
* fix: lock
* feat: support keep-alive
* chore: lock
* chore: update component name
* chore: add ref
* chore: import name
* docs: keep-alive
* chore: line break
* chore: remove unstable prefix
2022-11-15 10:32:49 +08:00
ZeroLing
0faeb9d73b
Docs/update ( #593 )
...
* docs: add docs for plugin list (#589 )
* docs: add docs for plugin list
* docs: update store
* docs: update to ice.js3
* docs: update docs
* docs: update
* docs: update directory (#590 )
* docs: ICE to ice.js
* docs: typos
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2022-11-15 10:32:49 +08:00
luhc228
7fe93e3503
feat: ClientOnly component ( #542 )
...
* feat: BrowserOnly Component
* docs: BrowserOnly component docs
* docs: optimize
* feat: export useIsBrowser Hook
* feat: useIsBrowser example
* docs: useIsBrowser
* docs: typo
* chore: clientOnly
* feat: ClientOnly and useMounted
* feat: add ClientOnly test
* docs: update docs
* feat: use hooks instead of Context
* chore: import name
2022-11-15 10:32:48 +08:00
luhc228
f1e7b19497
docs: cli ( #576 )
...
* docs: cli
* docs: typo
2022-11-15 10:32:48 +08:00
luhc228
9a9f672f31
docs: optimize development docs ( #577 )
2022-11-15 10:32:48 +08:00
ZeroLing
834fc97829
docs: add docs for plugin list ( #589 )
...
* docs: add docs for plugin list
* docs: update store
* docs: update to ice.js3
* docs: update docs
* docs: update
2022-11-15 10:32:48 +08:00
luhc228
bcbf6b5804
feat: support runtime relative path ( #537 )
...
* feat: support runtime relative path
* chore: line break
* fix: not compatible with relative path
* feat: support absolute path
* docs: update plugin-dev
* docs: optimize config
* refactor: runtime staticRuntime and name
* fix: type
* chore: remove file path exists check
2022-11-15 10:32:43 +08:00
luhc228
8f24f2ec48
docs: memory router ( #548 )
2022-11-15 10:32:43 +08:00
水澜
99d7f37fc5
refactor: generate data-loader only by getData ( #514 )
...
* refactor: generate data-loader only by getData
* feat: support config dataloader
* test: disable data-loader
* chore: rename
* docs: data loader
* chore: update lock
2022-11-15 10:32:43 +08:00
水澜
990f7aa552
feat: support inline style for ssr ( #518 )
...
* feat: inline style for less
* feat: classname to style
* feat: esbuild inline style
* feat: transform styles
* fix: compat for less module
* fix: less rule
* feat: ignore
* docs: ignore
* refactor: to ts
* test: inline-style
* chore: update lock
* fix: deps
* refactor: enable esbuild inline style loader only in ssr
* fix: validate for ignore plugins
* refactor: to pure functions
* feat: sync syntaxFeatures
* fix: lint
* Update rax-inline-style.test.ts
2022-11-15 10:31:35 +08:00
luhc228
8425e70f94
docs: optimize getConfig sub title ( #474 )
...
* docs: getConfig sub title
* fix: title
2022-11-15 10:31:14 +08:00
luhc228
41aee63512
feat: add splitChunks to userConfig ( #454 )
...
* feat: add splitChunks to userConfig
* docs: splitChunks
* test: splitChunks test case
* fix: splitChunk test case
2022-11-15 10:27:46 +08:00
水澜
00f75371ed
feat: getAppData ( #375 )
...
* feat: getAppData
* fix: remove dead code
* fix: should remove default export for app entry too
* docs: app data
2022-11-15 10:15:12 +08:00
ClarkXia
dca51484c2
feat: support syntax feature by user config ( #376 )
...
* feat: support sytax feature by user config
* docs: add syntaxFeatures docs
* fix: remove sourcemap of esbuild use swc soucemap instead
* fix: default value of swc options
* fix: merge config
2022-11-15 10:14:38 +08:00
ClarkXia
5cc7dc6c2b
feat: config transform ( #339 )
...
* feat: add transform
* fix: config transform
* docs: config transform
2022-11-14 19:53:32 +08:00
ClarkXia
28e5da5056
fix: server default port of 3000 ( #341 )
...
* fix: server default port of 3000
* fix: docs png
2022-11-14 19:53:32 +08:00
luhc228
d5500abe1e
docs: mock config & env reference ( #332 )
...
* docs: yh fix
* chore: test
* chore: update docs
* chore: update install website script
* chore: add filter branches
2022-11-14 19:53:31 +08:00
ClarkXia
32407234d7
docs: plugin development ( #325 )
...
* docs: plugin development
* docs: fix api
2022-11-14 19:49:00 +08:00
大果
8dec98d0e8
文档 ( #203 )
...
* feat: docs directory
* docs: 调整结构
* chore: lock
* feat: update docs
* docs: update assets doc
* 新增文档 for 介绍 and 环境变量 (#307 )
* docs: add about
* docs: add docs for env
* docs: update about
* docs: config (#306 )
* docs: router (#304 )
* docs: router
* feat: getconfig
* docs: get data
* docs: ssg
* docs: ssr
* docs: document
* docs: page
* docs: enable ssr
* fix: title
* Doc/rax compat (#303 )
* docs: add docs of rax-compat
* docs: modify doc of rax compat
* Docs: app entry (#301 )
* docs: app entry
* docs: app entry
* docs: mock (#245 )
* docs: mock
* chore: typo
* chore: title
* docs: styles (#244 )
* docs: style
* chore: acss title
* Docs: contributing (#243 )
* docs: contributing
* chore: typo
* chore: update contributing docs
* fix: typo
* chore: add putteteer install
* docs: quick start (#235 )
* docs: quick start
* chore: update IDE
* chore: update docs
* docs: app directory (#236 )
* docs: directory
* chore: document desc
* docs: update website
* docs: update about
* docs: update docs
* chore: update prism
* chore: update docs
* chore: update
Co-authored-by: luhc228 <luhengchang228@126.com>
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
Co-authored-by: 逆葵 <xianyong.yxy@alibaba-inc.com>
Co-authored-by: ZeroLing <zhuoling.lcl@alibaba-inc.com>
Co-authored-by: ZeroLing <i@zeroling.com>
Co-authored-by: 水澜 <shuilan.cj@taobao.com>
Co-authored-by: 染陌同学 <answershuto@gmail.com>
Co-authored-by: luhc228 <44047106+luhc228@users.noreply.github.com>
2022-11-14 19:47:40 +08:00