Initial commit
parents
Showing
.browserslistrc
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "query", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.0", | ||
"vue": "^2.6.11" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"lint-staged": "^9.5.0", | ||
"prettier": "^1.19.1", | ||
"vue-template-compiler": "^2.6.11" | ||
}, | ||
"gitHooks": { | ||
"pre-commit": "lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,vue}": [ | ||
"vue-cli-service lint", | ||
"git add" | ||
] | ||
} | ||
} |
public/favicon.ico
0 → 100644
4.57 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/noData.png
0 → 100644
5.33 KB
src/components/Page.vue
0 → 100644
src/main.js
0 → 100644
vue.config.js
0 → 100644