初始化项目
parents
Showing
.gitignore
0 → 100644
components/common/t-head.vue
0 → 100644
config/dev.config.json
0 → 100644
config/pro.config.json
0 → 100644
middleware/auth.js
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": "pinbar-h5", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"dev": "cross-env ENV_CONFIG=dev nuxt -o --profile", | ||
"dev-prod": "cross-env ENV_CONFIG=pro nuxt -o --profile", | ||
"build": "nuxt build", | ||
"generate": "cross-env ENV_CONFIG=dev nuxt generate", | ||
"generate-prod": "cross-env ENV_CONFIG=pro nuxt generate", | ||
"start": "nuxt start" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://e.coding.net/huizi/pinba/pinbar-h5.git" | ||
}, | ||
"author": "liangdonghui", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@vant/area-data": "^1.2.1", | ||
"autoprefixer": "9.8.5", | ||
"cross-env": "^5.2.0", | ||
"axios": "0.21.1", | ||
"less": "4.1.1", | ||
"less-loader": "6.1.1", | ||
"lib-flexible": "0.3.2", | ||
"nuxt": "2.15.7", | ||
"postcss-loader": "3.0.0", | ||
"postcss-px2rem": "0.3.0", | ||
"vant": "2.12.24" | ||
} | ||
} |
pages/index.vue
0 → 100644
plugins/framework-install.js
0 → 100644
plugins/framework/core/bean.js
0 → 100644
plugins/framework/core/context.js
0 → 100644
plugins/framework/core/event.js
0 → 100644
plugins/framework/core/hook.js
0 → 100644
plugins/framework/core/service.js
0 → 100644
plugins/framework/index.js
0 → 100644
plugins/framework/mixins/create.js
0 → 100644
plugins/framework/mixins/event.js
0 → 100644
plugins/framework/mixins/user-info.js
0 → 100644
plugins/framework/utils/_.js
0 → 100644
plugins/framework/utils/date.js
0 → 100644
plugins/framework/utils/index.js
0 → 100644
plugins/framework/utils/tools.js
0 → 100644
plugins/index.less
0 → 100644
services/index.js
0 → 100644
static/css/icon-font.css
0 → 100644
store/index.js
0 → 100644
Please
register
or
sign in
to comment