English | ็ฎไฝไธญๆ
๐ A purely controllable react/vue/miniapp-ts application framework.
Consider starring, thank you ๐ and support.
The plug-in mechanism of this project is a rewrite and modification of fork
UmiJs
-
๐ฉ Extensible Everything is plug-in, complete life cycle
-
๐ฆ Out of the box One dependency can support both
vue
/react
/miniapp
typescript
is supported by default, installtypescript
, addtsconfig.json
-
๐ A large number of no self-research Use mature community solutions first
-
๐คทโโ๏ธ No routing Not involved in runtime,
zmi
is a pure scaffolding tool -
๐ Based on the latest
webpack 5
, Support vue3.x, react 17.x, miniapp file to file transform
-
Then why not use UmiJs directly?
- Zmi positioning is a purely universal scaffolding tool without too much integration, so if you need a high degree of integration, then UmiJs may be more suitable for you
-
Why not create-react-app
- Don't want to be highly integrated, but also configurable
# Create project
$ yarn create @zmi-cli/zmi-app
# or npx @zmi-cli/create-zmi-app
# Install dependency
$ cd myApp && yarn
# Start development
$ zmi dev