init
parents
Showing
with
389 additions
and
0 deletions
.browserslistrc
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "im-demo2", | ||
| "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.8.3", | ||
| "register-service-worker": "^1.7.2", | ||
| "vue": "^2.6.14", | ||
| "vue-class-component": "^7.2.3", | ||
| "vue-property-decorator": "^9.1.2", | ||
| "vue-router": "^3.5.1", | ||
| "vuex": "^3.6.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@typescript-eslint/eslint-plugin": "^5.4.0", | ||
| "@typescript-eslint/parser": "^5.4.0", | ||
| "@vue/cli-plugin-babel": "~5.0.0", | ||
| "@vue/cli-plugin-eslint": "~5.0.0", | ||
| "@vue/cli-plugin-pwa": "~5.0.0", | ||
| "@vue/cli-plugin-router": "~5.0.0", | ||
| "@vue/cli-plugin-typescript": "~5.0.0", | ||
| "@vue/cli-plugin-vuex": "~5.0.0", | ||
| "@vue/cli-service": "~5.0.0", | ||
| "@vue/eslint-config-typescript": "^9.1.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-plugin-vue": "^8.0.3", | ||
| "sass": "^1.32.7", | ||
| "sass-loader": "^12.0.0", | ||
| "typescript": "~4.5.5", | ||
| "vue-template-compiler": "^2.6.14" | ||
| } | ||
| } |
public/favicon.ico
0 → 100644
No preview for this file type
public/index.html
0 → 100644
public/robots.txt
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/components/HelloWorld.vue
0 → 100644
src/main.ts
0 → 100644
src/registerServiceWorker.ts
0 → 100644
src/router/index.ts
0 → 100644
src/shims-tsx.d.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/views/AboutView.vue
0 → 100644
src/views/HomeView.vue
0 → 100644
tsconfig.json
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This diff could not be displayed because it is too large.
Please
register
or
sign in
to comment