init
parents
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "ui", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve", | |||
| "build": "vue-cli-service build", | |||
| "lint": "vue-cli-service lint" | |||
| }, | |||
| "dependencies": { | |||
| "core-js": "^3.6.4", | |||
| "vue": "^2.6.11" | |||
| }, | |||
| "devDependencies": { | |||
| "@vue/cli-plugin-babel": "~4.3.0", | |||
| "@vue/cli-plugin-eslint": "~4.3.0", | |||
| "@vue/cli-service": "~4.3.0", | |||
| "@vue/eslint-config-standard": "^5.1.2", | |||
| "babel-eslint": "^10.1.0", | |||
| "eslint": "^6.7.2", | |||
| "eslint-plugin-import": "^2.20.2", | |||
| "eslint-plugin-node": "^11.1.0", | |||
| "eslint-plugin-promise": "^4.2.1", | |||
| "eslint-plugin-standard": "^4.0.0", | |||
| "eslint-plugin-vue": "^6.2.2", | |||
| "vue-template-compiler": "^2.6.11" | |||
| } | |||
| } |
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/main.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.