mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Add sample for vite + vue
This commit is contained in:
parent
1b33d5dced
commit
668420adc0
11 changed files with 1268 additions and 0 deletions
7
samples/browser-esm-vite-vue/vite.config.ts
Normal file
7
samples/browser-esm-vite-vue/vite.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue