mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
feat: added Vite examples
This PR includes Vite examples, in particular: Vite: Vanilla Javascript Vite: Vanilla Tyescript Also updated the general readme to reflect the addition.
This commit is contained in:
14
vite/vanilla-js/package.json
Normal file
14
vite/vanilla-js/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "vite-vanilla-js",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^5.3.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user