init
Showing
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
components/NuxtLogo.vue
0 → 100644
components/Tutorial.vue
0 → 100644
nuxt.config.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "code", | |||
| "version": "1.0.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "nuxt", | |||
| "build": "nuxt build", | |||
| "start": "nuxt start", | |||
| "generate": "nuxt generate", | |||
| "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", | |||
| "lint": "yarn lint:js" | |||
| }, | |||
| "dependencies": { | |||
| "@nuxtjs/axios": "^5.13.6", | |||
| "bootstrap": "^4.6.0", | |||
| "bootstrap-vue": "^2.21.2", | |||
| "core-js": "^3.15.1", | |||
| "nuxt": "^2.15.7" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/eslint-parser": "^7.14.7", | |||
| "@nuxt/types": "^2.15.7", | |||
| "@nuxt/typescript-build": "^2.1.0", | |||
| "@nuxtjs/eslint-config-typescript": "^6.0.1", | |||
| "@nuxtjs/eslint-module": "^3.0.2", | |||
| "eslint": "^7.29.0", | |||
| "eslint-plugin-nuxt": "^2.0.0", | |||
| "eslint-plugin-vue": "^7.12.1" | |||
| } | |||
| } | |||
| \ No newline at end of file |
pages/index.vue
0 → 100644
static/favicon.ico
0 → 100644
8.43 KB
store/README.md
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.