mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
Setup vite for development
This commit is contained in:
parent
da425c970e
commit
1981e191be
@ -45,6 +45,8 @@ export default {
|
||||
"@nuxtjs/vuetify",
|
||||
// https://composition-api.nuxtjs.org/getting-started/setup
|
||||
"@nuxtjs/composition-api/module",
|
||||
// https://vite.nuxtjs.org/getting-started/installation
|
||||
"nuxt-vite",
|
||||
],
|
||||
|
||||
// Modules: https://go.nuxtjs.dev/config-modules
|
||||
|
@ -42,6 +42,10 @@
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-vue": "^7.12.1",
|
||||
"lint-staged": "^10.5.4",
|
||||
"nuxt-vite": "^0.1.1",
|
||||
"prettier": "^2.3.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"vite": "2.3.8"
|
||||
}
|
||||
}
|
@ -0,0 +1 @@
|
||||
export const store = {};
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user