Commit Graph

27 Commits

Author SHA1 Message Date
luhc228 640279ecda
feat: test (#512)
* feat: init jest test

* feat: support vitest

* chore: jest version

* feat: jest component test

* feat: vitest demo

* chore: add @vitest/coverage-c8 dep

* fix: lint

* docs: test

* chore: add comment

* fix: not depend on the vitest as dependencies

* chore: vitest version

* chore: version

* chore: version

* chore: lock

* fix: lock

* chore: vitest version

* fix: lock

* docs: typo

* docs: file extname
2022-09-16 14:32:38 +08:00
水澜 16e0afaaf8
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-09-16 10:58:10 +08:00
luhc228 6ffef3317a
docs: optimize getConfig sub title (#474)
* docs: getConfig sub title

* fix: title
2022-09-15 16:44:48 +08:00
luhc228 d67db4d760
feat: plugin-css-assets-local (#520)
* feat: init plugin

* feat: add plugin to example

* fix: lock

* docs: README

* docs: css-assets-local

* fix: typo
2022-09-15 11:39:59 +08:00
luhc228 c894b44741
feat: add splitChunks to userConfig (#454)
* feat: add splitChunks to userConfig

* docs: splitChunks

* test: splitChunks test case

* fix: splitChunk test case
2022-08-29 16:16:49 +08:00
水澜 4d18ffaa81
feat: getAppData (#375)
* feat: getAppData

* fix: remove dead code

* fix: should remove default export for app entry too

* docs: app data
2022-07-21 19:04:51 +08:00
ClarkXia 936c3405ec
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-07-21 15:05:10 +08:00
ClarkXia 77b35abf87 Merge branch 'master' into release-next 2022-07-13 16:30:51 +08:00
ClarkXia 767c004872
feat: config transform (#339)
* feat: add transform

* fix: config transform

* docs: config transform
2022-07-08 17:34:11 +08:00
ClarkXia a80d9252f3
fix: server default port of 3000 (#341)
* fix: server default port of 3000

* fix: docs png
2022-07-07 19:52:13 +08:00
luhc228 a8197c29a1
docs: mock config & env reference (#332)
* docs: yh fix

* chore: test

* chore: update docs

* chore: update install website script

* chore: add filter branches
2022-07-07 18:56:14 +08:00
answershuto 39f5c8a96a docs: delete rax picture 2022-07-07 17:57:57 +08:00
answershuto f0e9c555d7 docs: modify 2022-07-07 17:54:09 +08:00
answershuto 33e2b694cc docs: update rax 2022-07-07 17:20:48 +08:00
answershuto f79574e4a9 Merge branch 'release-next' into docs/rax-compat 2022-07-07 17:18:52 +08:00
ZeroLing 4126377ab5
Update v3 docs (#329)
* docs: merge with release next

* chore: update homepage

* docs: update docs

* docs: update docs

* docs: update about
2022-07-07 17:13:41 +08:00
answershuto 7f6bb47c3b docs: deal with err 2022-07-06 18:05:24 +08:00
answershuto f60798d88b docs: modify other differences 2022-07-06 16:32:21 +08:00
answershuto 8d6a71bde7 docs: modify styles 2022-07-06 16:24:45 +08:00
answershuto 7ee2ed6ea7 docs: modify Appear & Disappear 2022-07-06 15:28:11 +08:00
answershuto 9507fedc56 docs: modify doc of rax-compat 2022-07-06 14:56:33 +08:00
luhc228 c4f2e1a816
docs: deploy (#324)
* docs: deploy

* chore: update lock
2022-07-05 20:44:47 +08:00
ClarkXia 3e25a868d8
docs: plugin development (#325)
* docs: plugin development

* docs: fix api
2022-07-05 20:44:33 +08:00
大果 af448e8975
文档 (#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-07-01 16:47:25 +08:00
ClarkXia 30a8f5c7a9
feat: integration test (#12)
* feat: integration test

* chore: update lock file

* fix: syntax of es2020

* fix: target for node 12

* fix: type error

* fix: tsconfig

* docs: docs structure

* chore: lock file
2022-02-28 15:55:57 +08:00
大果 024fc1672e
chore: optimzie website github actions (#6)
* chore: optimzie docs

* fix: website action
2022-02-23 11:06:04 +08:00
大果 4893d45b44
chore: init website (#5)
* chore: init website

* chore: rework website ci

* fix: working-directory

* chore: trigger website ci

* chore: optimize docs

* chore: remove unused md
2022-02-22 18:35:06 +08:00