move to vite
This commit is contained in:
parent
17573e0135
commit
c64d89b5db
6
index.html
Normal file
6
index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user