ice/packages/plugin-rax-compat
luhc228 e998378988
fix: plugin ts type (#356)
* fix: plugin ts type

* chore: comment from Chinese to English
2022-07-21 10:14:05 +08:00
..
src fix: plugin ts type (#356) 2022-07-21 10:14:05 +08:00
README.md Feat/plugin rax compat (#262) 2022-06-20 15:28:01 +08:00
package.json feat: support swc options for plugin-rax-compat and onappear on rax-compat (#349) 2022-07-14 09:56:56 +08:00
tsconfig.json chore: add plugin rax compat 2022-06-02 15:36:16 +08:00

README.md

@ice/plugin-rax-compat

ICE plugin for migrating rax-app project into ICE.

Usage

add plugin in ice.config.ts:

import compatRax from '@ice/plugin-rax-compat';

export default defineConfig({
  plugins: [compatRax(options)],
});

Options

  • inlineStyle:
    • Enable stylesheet loader to import css file.
    • default to false