updated dependencies for vue 3 and vite

Updated vue and vuex to vue 3 and vuex 4
Replaced vue-cli with vite
Removing a whole bunch of dependencies in the process
This commit is contained in:
Gator
2022-11-29 17:23:37 +01:00
parent a8124514bd
commit ceee7f13d7
7 changed files with 1537 additions and 34638 deletions

View File

@ -1,9 +1,13 @@
module.exports = {
env: {
node: true, // remove
es2021: true,
},
extends: [
// add more generic rulesets here, such as:
'eslint:recommended',
//'plugin:vue/vue3-recommended',
'plugin:vue/recommended', // Use this if you are using Vue.js 2.x.
'plugin:vue/vue3-recommended',
"prettier"
],
rules: {
// override/add rules settings here, such as: