mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-28 18:28:58 +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:
3
vue/ssr/client.js
Normal file
3
vue/ssr/client.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createApp } from './src/app.js';
|
||||
|
||||
createApp().mount('#app');
|
||||
Reference in New Issue
Block a user