Remove templates and add vue template

This commit is contained in:
2022-01-17 22:05:43 +00:00
parent 663f247080
commit aa33c148cb
53 changed files with 452 additions and 2499 deletions

16
web/package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "web",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"vite": "^2.7.2"
}
}