Development
The following method is to improve the Gem development experience.
Language Support
Install extension:
Formatting
Prettier
prettier defaults to support the inline html/css template, but does not supportcss({}), use the following command to install prettier
To support the formatting of this style:
Biome
biome v2 defaults to support the inline html/css template, but does not supportcss({}).
HMR
Enable HMR in three steps(Only swc based bundlers are supported):
- Turn on
hotin the build tool, such as Webpack - Add
@mantou/gem/helper/hmrto build tool config entry - Add
swc plugin and enablehmr
Last Updated:
06/09/2025, 03:30:31 PM