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