mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +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
5
samples/browser-esm-vite-vue/src/main.ts
Normal file
5
samples/browser-esm-vite-vue/src/main.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { createApp } from 'vue';
|
||||
import Editor from './components/Editor.vue';
|
||||
import './userWorker';
|
||||
|
||||
createApp(Editor).mount('#app');
|
||||
Loading…
Add table
Add a link
Reference in a new issue