学习?学个屁 06c63c15cc 初始化提交 пре 3 недеља
..
bin 06c63c15cc 初始化提交 пре 3 недеља
node_modules 06c63c15cc 初始化提交 пре 3 недеља
LICENSE 06c63c15cc 初始化提交 пре 3 недеља
README.md 06c63c15cc 初始化提交 пре 3 недеља
license.md 06c63c15cc 初始化提交 пре 3 недеља
package.json 06c63c15cc 初始化提交 пре 3 недеља

README.md

@dcloudio/vite-plugin-uni

Install

npm i @dcloudio/vite-plugin-uni

Useage

import { defineConfig } from "vite";
import uni from "@dcloudio/vite-plugin-uni";

export default defineConfig({
  plugins: [uni()],
});