Closed do4ng closed 1 year ago
Prexty will make prext use frontend frameworks (such as react)
> yarn add prext prexty react -D
import { defineConfig } from 'prext/config'; import { react, prexty } from 'prexty'; export default defineConfig({ plugins: [ // adapter prexty(), // prexty react plugin react(), ], });
now prext core supports prexty.
Prexty will make prext use frontend frameworks (such as react)
Features
Usage
Todo