init
上级
正在显示
.browserslistrc
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "vuetest", | |||
| "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.5", | |||
| "register-service-worker": "^1.7.1", | |||
| "vue": "^2.6.11", | |||
|
|||
| "vue-class-component": "^7.2.3", | |||
| "vue-property-decorator": "^9.1.2", | |||
|
|||
| "vue-router": "^3.2.0", | |||
| "vuex": "^3.4.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@vue/cli-plugin-babel": "~4.5.0", | |||
| "@vue/cli-plugin-pwa": "~4.5.0", | |||
| "@vue/cli-plugin-router": "~4.5.0", | |||
| "@vue/cli-plugin-typescript": "~4.5.0", | |||
| "@vue/cli-plugin-vuex": "~4.5.0", | |||
| "@vue/cli-service": "~4.5.0", | |||
| "node-sass": "^4.12.0", | |||
| "sass-loader": "^8.0.2", | |||
| "typescript": "~3.9.3", | |||
| "vue-template-compiler": "^2.6.11" | |||
| } | |||
| } |
public/favicon.ico
0 → 100644
4.2 KB
9.2 KB
29.1 KB
6.3 KB
22.5 KB
3.3 KB
4.0 KB
4.6 KB
1.5 KB
1.8 KB
4.6 KB
799 Bytes
1.2 KB
1.1 KB
4.2 KB
public/index.html
0 → 100644
public/robots.txt
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.7 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/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.