初始化项目
Showing
42 changed files
with
1488 additions
and
0 deletions
.editorconfig
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.env.staging
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
babel.config.js
0 → 100644
build/index.js
0 → 100644
jest.config.js
0 → 100644
package.json
0 → 100644
public/favicon.ico
0 → 100644
No preview for this file type
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/user.js
0 → 100644
src/assets/404_images/404.png
0 → 100644

95.8 KB
src/assets/404_images/404_cloud.png
0 → 100644

4.65 KB
src/assets/css/element-ui.scss
0 → 100644
src/assets/css/index.scss
0 → 100644
src/assets/css/mixin.scss
0 → 100644
src/assets/css/sidebar.scss
0 → 100644
src/assets/css/transition.scss
0 → 100644
src/assets/css/variables.scss
0 → 100644
src/config/env.development.js
0 → 100644
src/config/env.production.js
0 → 100644
src/config/env.staging.js
0 → 100644
src/config/index.js
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/store/getters.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/app.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/request.1.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/signature.js
0 → 100644
File mode changed
src/utils/validate.js
0 → 100644
src/views/home/index.vue
0 → 100644
vue.config.js
0 → 100644
-
Please register or sign in to post a comment