redone with a default Vite app

This commit is contained in:
2022-03-24 11:10:39 -06:00
parent 8a6b843aea
commit 6d0a180fcd
39 changed files with 1666 additions and 1595 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "batch-color-converter",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050"
},
"dependencies": {
"vue": "^3.2.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.2",
"vite": "^2.8.4"
}
}