init project
parents
Showing
.gitignore
0 → 100644
babel.config.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "wx-manage", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build" | ||
| }, | ||
| "dependencies": { | ||
| "@tinymce/tinymce-vue": "^3.0.1", | ||
| "axios": "^0.19.0", | ||
| "cos-js-sdk-v5": "^0.5.20", | ||
| "vue": "^2.6.10", | ||
| "vue-cookie": "^1.1.4", | ||
| "vue-router": "^3.1.3", | ||
| "vuex": "^3.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
| "@vue/cli-plugin-babel": "^4.0.0", | ||
| "@vue/cli-service": "^4.0.0", | ||
| "node-sass": "^4.12.0", | ||
| "sass-loader": "^8.0.0", | ||
| "vue-template-compiler": "^2.6.10" | ||
| }, | ||
| "postcss": { | ||
| "plugins": { | ||
| "autoprefixer": {} | ||
| } | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions" | ||
| ] | ||
| } |
public/index.html
0 → 100644
public/tinymce/article.css
0 → 100644
public/tinymce/zh_CN.js
0 → 100644
src/App.vue
0 → 100644
src/assets/css/wx-menu.css
0 → 100644
src/assets/scss/_base.scss
0 → 100644
src/assets/scss/index.scss
0 → 100644
src/element-ui/index.js
0 → 100644
src/main.js
0 → 100644
src/router/import-views.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/article.js
0 → 100644
src/store/modules/common.js
0 → 100644
src/store/modules/message.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/utils/httpRequest.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/validate.js
0 → 100644
src/views/common/404.vue
0 → 100644
src/views/common/home.vue
0 → 100644
src/views/common/login.vue
0 → 100644
src/views/common/theme.vue
0 → 100644
src/views/main-content.vue
0 → 100644
src/views/main-navbar.vue
0 → 100644
src/views/main-sidebar.vue
0 → 100644
src/views/main.vue
0 → 100644
vue.config.js
0 → 100644
Please
register
or
sign in
to comment