move to vite

This commit is contained in:
Fredrik Jensen 2025-09-30 20:04:22 +02:00
parent 17573e0135
commit c64d89b5db
3 changed files with 1817 additions and 1454 deletions

6
index.html Normal file
View File

@ -0,0 +1,6 @@
<html>
<body>
<div id="app"></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>

View File

@ -9,11 +9,12 @@
"lodash": "^4.17.4"
},
"scripts": {
"start": "neutrino start --use neutrino-preset-web",
"build": "neutrino build --use neutrino-preset-web"
"start": "vite",
"build": "vite build --outDir build"
},
"devDependencies": {
"neutrino": "^6.1.5",
"neutrino-preset-web": "^6.1.5"
"neutrino-preset-web": "^6.1.5",
"vite": "^7.1.7"
}
}

3258
yarn.lock

File diff suppressed because it is too large Load Diff