init
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
components/AppList.vue
0 → 100644
components/CreateAppBtn.vue
0 → 100644
components/LoginForm.vue
0 → 100644
jest.config.js
0 → 100644
nuxt.config.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "mc-app-packger", | ||
| "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", | ||
| "test": "jest" | ||
| }, | ||
| "dependencies": { | ||
| "@nuxtjs/axios": "^5.13.6", | ||
| "bootstrap": "^4.6.0", | ||
| "bootstrap-vue": "^2.21.2", | ||
| "core-js": "^3.15.1", | ||
| "nuxt": "^2.15.7", | ||
| "vue-cookies-ts": "^1.5.19", | ||
| "vue-json-editor": "^1.4.3" | ||
| }, | ||
| "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", | ||
| "@vue/test-utils": "^1.2.1", | ||
| "babel-core": "7.0.0-bridge.0", | ||
| "babel-jest": "^27.0.5", | ||
| "eslint": "^7.29.0", | ||
| "eslint-plugin-nuxt": "^2.0.0", | ||
| "eslint-plugin-vue": "^7.12.1", | ||
| "jest": "^27.0.5", | ||
| "ts-jest": "^27.0.3", | ||
| "vue-jest": "^3.0.4" | ||
| } | ||
| } |
pages/app/_id.vue
0 → 100644
pages/index.vue
0 → 100644
pages/login.vue
0 → 100644
pages/manager.vue
0 → 100644
pages/version/_id.vue
0 → 100644
static/favicon.ico
0 → 100644
8.43 KB
store/README.md
0 → 100644
test/NuxtLogo.spec.js
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.