mirror of https://github.com/alibaba/ice.git
|
|
||
|---|---|---|
| .. | ||
| src | ||
| template | ||
| tests | ||
| CHANGELOG.md | ||
| README.md | ||
| package.json | ||
| runtime.d.ts | ||
| tsconfig.json | ||
| types.d.ts | ||
README.md
@ice/plugin-pha
An ice.js plugin to enable PHA features.
Usage
import { defineConfig } from '@ice/app';
import pha from '@ice/plugin-pha';
export default defineConfig(() => ({
plugins: [pha()],
}));