first commit
parents
Showing
backend/.env
0 → 100644
backend/.env.dev
0 → 100644
backend/.gitignore
0 → 100644
backend/README.md
0 → 100644
backend/app.js
0 → 100644
backend/json/project_num_seq.json
0 → 100644
backend/json/projects.json
0 → 100644
backend/package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
backend/package.json
0 → 100644
frontend/.gitignore
0 → 100644
frontend/README.md
0 → 100644
frontend/babel.config.js
0 → 100644
frontend/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
frontend/package.json
0 → 100644
frontend/public/image/.kep
0 → 100644
frontend/public/image/capture.png
0 → 100644
295 KB
frontend/public/index.html
0 → 100644
frontend/public/projects.json
0 → 100644
frontend/public/robots.txt
0 → 100644
frontend/src/App.vue
0 → 100644
frontend/src/components/Alert.vue
0 → 100644
frontend/src/components/DoughnutChart.vue
0 → 100644
frontend/src/event-bus.js
0 → 100644
frontend/src/main.js
0 → 100644
frontend/src/modal/TeachingModal.vue
0 → 100644
frontend/src/modal/TeachungModal/Info.vue
0 → 100644
frontend/src/modal/TeachungModal/Stepper.vue
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/src/plugins/vuetify.js
0 → 100644
frontend/src/registerServiceWorker.js
0 → 100644
frontend/src/router/index.js
0 → 100644
frontend/src/service/admin.js
0 → 100644
frontend/src/service/mock/teaching.js
0 → 100644
frontend/src/service/project.js
0 → 100644
frontend/src/service/teaching.js
0 → 100644
frontend/src/store/actions.js
0 → 100644
frontend/src/store/getters.js
0 → 100644
frontend/src/store/index.js
0 → 100644
frontend/src/store/mutations.js
0 → 100644
frontend/src/views/Home.vue
0 → 100644
frontend/src/views/User/List.vue
0 → 100644
frontend/src/views/User/List/Info.vue
0 → 100644
frontend/src/views/User/List/List.vue
0 → 100644
frontend/src/views/User/List/No.vue
0 → 100644
frontend/tests/e2e/.eslintrc.js
0 → 100644
frontend/tests/e2e/globals.js
0 → 100644
frontend/tests/e2e/page-objects/homepage.js
0 → 100644
frontend/tests/e2e/specs/test.js
0 → 100644
frontend/tests/unit/example.spec.js
0 → 100644
frontend/vue.config.js
0 → 100644