init
parents
Showing
.eslintrc.js
0 → 100644
README.md
0 → 100755
babel.config.js
0 → 100755
package-lock.json
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100755
{ | ||
"name": "meet", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"element-ui": "^2.5.4", | ||
"vue": "^2.6.6", | ||
"vue-router": "^3.0.1", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^3.4.0", | ||
"@vue/cli-plugin-eslint": "^3.4.0", | ||
"@vue/cli-service": "^3.4.0", | ||
"@vue/eslint-config-standard": "^4.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.15.2", | ||
"eslint-plugin-html": "^5.0.3", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"node-sass": "^4.9.0", | ||
"sass-loader": "^7.1.0", | ||
"vue-template-compiler": "^2.5.21" | ||
}, | ||
"description": "``` yarn install or npm install ```", | ||
"main": "babel.config.js", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
} |
postcss.config.js
0 → 100755
public/favicon.ico
0 → 100755
1.12 KB
public/index.html
0 → 100755
src/App.vue
0 → 100755
src/api/login.js
0 → 100755
src/assets/logo.png
0 → 100755
6.69 KB
src/components/addCode.vue
0 → 100644
src/http.js/http.js
0 → 100755
src/main.js
0 → 100755
src/router.js
0 → 100755
src/store/store.js
0 → 100755
src/store/types.js
0 → 100755
src/style/common.scss
0 → 100644
src/style/style.scss
0 → 100644
src/views/About.vue
0 → 100755
src/views/Home.vue
0 → 100755
src/views/agenda.vue
0 → 100644
src/views/attend.vue
0 → 100644
src/views/intention.vue
0 → 100644
src/views/login.vue
0 → 100755
src/views/main.vue
0 → 100644
src/views/meetList.vue
0 → 100644
src/views/navbar.vue
0 → 100644
src/views/sidebar.vue
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.