Initial commit
正在显示
.editorconfig
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
assets/images/bg_1.png
0 → 100644
6.2 KB
assets/images/bg_2.png
0 → 100644
9.1 KB
assets/images/iconJiantou.png
0 → 100644
278 Bytes
assets/images/logo-apple.webp
0 → 100644
File added
assets/images/sign-off.png
0 → 100644
2.2 KB
components/NuxtLogo.vue
0 → 100644
components/Tutorial.vue
0 → 100644
nuxt.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "yibo16", | |||
| "version": "1.0.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "nuxt", | |||
| "build": "nuxt build", | |||
| "start": "nuxt start", | |||
| "generate": "nuxt generate" | |||
| }, | |||
| "dependencies": { | |||
| "core-js": "^3.25.3", | |||
| "nuxt": "^2.15.8", | |||
| "vant": "^2.12.50", | |||
| "vue": "^2.7.10", | |||
| "vue-server-renderer": "^2.7.10", | |||
| "vue-template-compiler": "^2.7.10" | |||
| }, | |||
| "devDependencies": {} | |||
| } | |||
| \ No newline at end of file |
pages/index.vue
0 → 100644
plugins/vant.js
0 → 100644
File added
static/favicon.ico
0 → 100644
8.4 KB
store/README.md
0 → 100644