vite
Showing
.beagle.yml
0 → 100644
.gitignore
0 → 100644
build/conf.yaml
0 → 100644
build/dockerfile
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"version": "0.0.0", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build", | |||
"serve": "vite preview" | |||
}, | |||
"dependencies": { | |||
"vue": "^3.0.5" | |||
}, | |||
"devDependencies": { | |||
"@vitejs/plugin-vue": "^1.2.3", | |||
"@vue/compiler-sfc": "^3.0.5", | |||
"vite": "^2.3.8" | |||
} | |||
} |
public/favicon.ico
0 → 100644
4.19 KB
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/main.js
0 → 100644
vite.config.js
0 → 100644