diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 84c2e57..0000000 --- a/.babelrc +++ /dev/null @@ -1,16 +0,0 @@ -{ - "env": { - "test": { - "presets": [ - [ - "@babel/preset-env", - { - "targets": { - "node": "current" - } - } - ] - ] - } - } -} diff --git a/.gitignore b/.gitignore index e8f682b..621a41f 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,9 @@ typings/ # Nuxt generate dist +# Nuxt 3 build output +.output + # vuepress build output .vuepress/dist diff --git a/app.vue b/app.vue new file mode 100644 index 0000000..91fe27f --- /dev/null +++ b/app.vue @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/components/NuxtLogo.vue b/components/NuxtLogo.vue deleted file mode 100644 index 970eba0..0000000 --- a/components/NuxtLogo.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - diff --git a/components/Tutorial.vue b/components/Tutorial.vue deleted file mode 100644 index 20d87f4..0000000 --- a/components/Tutorial.vue +++ /dev/null @@ -1,52 +0,0 @@ - - - - diff --git a/components/VuetifyLogo.vue b/components/VuetifyLogo.vue deleted file mode 100644 index eba45c5..0000000 --- a/components/VuetifyLogo.vue +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 9e5df0f..0000000 --- a/jest.config.js +++ /dev/null @@ -1,24 +0,0 @@ -module.exports = { - moduleNameMapper: { - '^@/(.*)$': '/$1', - '^~/(.*)$': '/$1', - '^vue$': 'vue/dist/vue.common.js' - }, - moduleFileExtensions: [ - 'ts', - 'js', - 'vue', - 'json' - ], - transform: { - '^.+\\.ts$': 'ts-jest', - '^.+\\.js$': 'babel-jest', - '.*\\.(vue)$': 'vue-jest' - }, - collectCoverage: true, - collectCoverageFrom: [ - '/components/**/*.vue', - '/pages/**/*.vue' - ], - testEnvironment: 'jsdom' -} diff --git a/layouts/default.vue b/layouts/default.vue index 0b5249e..e1fc6d5 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,36 +1,8 @@ - diff --git a/layouts/error.vue b/layouts/error.vue index d1106ab..a452a65 100644 --- a/layouts/error.vue +++ b/layouts/error.vue @@ -1,5 +1,5 @@ -