UNPKG

@tomjs/create-app

Version:

Create a node/web/electron/vscode project based on tomjs

9 lines (7 loc) 212 B
import xxx from '@tomjs/vite-plugin-template'; import vue from '@vitejs/plugin-vue'; import { defineConfig } from 'vite'; // https://vite.dev/config/ export default defineConfig({ plugins: [vue(), xxx()], });