|
3 주 전 | |
---|---|---|
.. | ||
bin | 3 주 전 | |
node_modules | 3 주 전 | |
LICENSE | 3 주 전 | |
README.md | 3 주 전 | |
license.md | 3 주 전 | |
package.json | 3 주 전 |
npm i @dcloudio/vite-plugin-uni
import { defineConfig } from "vite";
import uni from "@dcloudio/vite-plugin-uni";
export default defineConfig({
plugins: [uni()],
});