init
Showing
.postcssrc.js
0 → 100644
.prettierrc
0 → 100644
README.md
0 → 100644
babel.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": "<%= projectName %>", | |||
"version": "0.1.0", | |||
"private": true, | |||
"description": "<%= description %>", | |||
"scripts": { | |||
"serve": "vue-cli-service serve", | |||
"build": "vue-cli-service build", | |||
"lint": "vue-cli-service lint" | |||
}, | |||
"dependencies": { | |||
"axios": "^0.18.0", | |||
"postcss-aspect-ratio-mini": "^1.0.1", | |||
"postcss-loader": "^3.0.0", | |||
"postcss-px-to-viewport": "^1.1.0", | |||
"postcss-viewport-units": "^0.1.6", | |||
"postcss-write-svg": "^3.0.1", | |||
"pre-commit": "^1.2.2", | |||
"tpt-js-sdk": "^1.1.4", | |||
"vant": "^2.5.4", | |||
"vue": "^2.6.6", | |||
"vue-class-component": "^6.0.0", | |||
"vue-property-decorator": "^7.0.0", | |||
"vue-router": "^3.0.1", | |||
"vuex": "^3.0.1", | |||
"vuex-persistedstate": "^2.5.4" | |||
}, | |||
"devDependencies": { | |||
"@vue/cli-plugin-babel": "^3.4.0", | |||
"@vue/cli-plugin-typescript": "^3.4.0", | |||
"@vue/cli-service": "^3.4.0", | |||
"node-sass": "^4.9.0", | |||
"sass-loader": "^7.1.0", | |||
"ts-import-plugin": "^1.5.5", | |||
"typescript": "^3.0.0", | |||
"vue-template-compiler": "^2.5.21" | |||
}, | |||
"browserslist": [ | |||
"> 1%", | |||
"last 2 versions", | |||
"not ie <= 8", | |||
"not ie <= 11", | |||
"Android >= 4.0", | |||
"iOS >= 8" | |||
] | |||
} |
public/favicon.ico
0 → 100644
1.12 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/home.ts
0 → 100644
src/assets/config/index.ts
0 → 100644
src/assets/fetch.ts
0 → 100644
File added
3.96 KB
src/assets/images/logo.png
0 → 100644
6.69 KB
src/assets/utils.ts
0 → 100644
This diff is collapsed.
src/components/Empty.vue
0 → 100644
src/components/LazyImage.vue
0 → 100644
src/interfaces/demo.ts
0 → 100644
src/main.ts
0 → 100644
src/routes/demo.ts
0 → 100644
src/routes/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/store/modules/num.ts
0 → 100644
src/store/modules/user.ts
0 → 100644
src/styles/bufa.scss
0 → 100644
src/styles/reloadVant.scss
0 → 100644
src/views/Home.vue
0 → 100644
src/views/demo/About.vue
0 → 100644
src/views/demo/Home.vue
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
vue.config.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.