初始化项目,包含美腾包
parents
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
This diff is collapsed.
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "mt-schedule", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@tjmt/wnsdk": "^1.0.7", | ||
"axios": "^0.19.0", | ||
"core-js": "^2.6.5", | ||
"lodash": "^4.17.15", | ||
"moment": "^2.24.0", | ||
"swiper": "^4.5.0", | ||
"vant": "^2.0.6", | ||
"vue": "^2.6.10", | ||
"vue-ls": "^3.2.1", | ||
"vue-router": "^3.0.7", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^3.0.5", | ||
"@vue/cli-plugin-eslint": "^3.0.5", | ||
"@vue/cli-service": "^3.0.5", | ||
"@vue/eslint-config-standard": "^4.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-plugin-import": "^1.12.0", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"less": "^3.0.4", | ||
"less-loader": "^4.1.0", | ||
"postcss-px-to-viewport": "^1.1.0", | ||
"style-resources-loader": "^1.2.1", | ||
"vue-cli-plugin-style-resources-loader": "^0.1.3", | ||
"vue-template-compiler": "^2.6.10" | ||
} | ||
} |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/test.js
0 → 100644
src/assets/style/global.less
0 → 100644
src/components/FixBar.vue
0 → 100644
src/components/NavBar.vue
0 → 100644
src/config/router.config.js
0 → 100644
src/config/vue-ls.config.js
0 → 100644
src/layouts/BasicLayout.vue
0 → 100644
src/layouts/NavBarView.vue
0 → 100644
1.28 KB
1.28 KB
1.2 KB
1.2 KB
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/example.js
0 → 100644
src/utils/eventBus.js
0 → 100644
src/utils/filters.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/mt-utils.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/validate.js
0 → 100644
src/views/Example.vue
0 → 100644
src/views/Home/index.vue
0 → 100644
vue.config.js
0 → 100644
webstorm.config.js
0 → 100644