mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-12 13:27:41 +00:00
feat: added vue examples
This PR includes Vue examples, in particular: - Vue Spa - Vue Spa + Router - Vue using Sever Side Rendering with Express.js. Also updated the general Readme.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { createApp } from './src/app.js';
|
||||
|
||||
createApp().mount('#app');
|
||||
Reference in New Issue
Block a user