All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.vue.vite.config.ts.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
import { defineConfig } from 'vite';
import tsconfigPaths from 'vite-tsconfig-paths';
import vue from '@vitejs/plugin-vue';

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [vue(), tsconfigPaths()],
  build: {
    outDir: '../../../{{projectBuildDirectory}}/classes/static',
  },
  root: 'src/main/webapp',
  server: {
    port: 9000,
  },
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy