init
parents
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "v-gantt", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"test:unit": "vue-cli-service test:unit", | ||
"test:e2e": "vue-cli-service test:e2e", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.8.3", | ||
"register-service-worker": "^1.7.2", | ||
"vue": "^3.2.13", | ||
"vue-class-component": "^8.0.0-0", | ||
"vue-router": "^4.0.3", | ||
"vuex": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^8.2.1", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"@vue/cli-plugin-babel": "~5.0.0", | ||
"@vue/cli-plugin-e2e-webdriverio": "~5.0.0", | ||
"@vue/cli-plugin-eslint": "~5.0.0", | ||
"@vue/cli-plugin-pwa": "~5.0.0", | ||
"@vue/cli-plugin-router": "~5.0.0", | ||
"@vue/cli-plugin-typescript": "~5.0.0", | ||
"@vue/cli-plugin-unit-mocha": "~5.0.0", | ||
"@vue/cli-plugin-vuex": "~5.0.0", | ||
"@vue/cli-service": "~5.0.0", | ||
"@vue/eslint-config-standard": "^6.1.0", | ||
"@vue/eslint-config-typescript": "^9.1.0", | ||
"@vue/test-utils": "^2.0.0-0", | ||
"chai": "^4.2.0", | ||
"chromedriver": "100", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-vue": "^8.0.3", | ||
"sass": "^1.32.7", | ||
"sass-loader": "^12.0.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "~4.5.5", | ||
"wdio-chromedriver-service": "^7.0.0" | ||
} | ||
} |
public/favicon.ico
0 → 100644
File added
public/img/icons/android-chrome-192x192.png
0 → 100644
9.2 KB
public/img/icons/android-chrome-512x512.png
0 → 100644
29.1 KB
6.25 KB
22.5 KB
3.29 KB
3.95 KB
4.57 KB
public/img/icons/apple-touch-icon-60x60.png
0 → 100644
1.46 KB
public/img/icons/apple-touch-icon-76x76.png
0 → 100644
1.78 KB
public/img/icons/apple-touch-icon.png
0 → 100644
4.57 KB
public/img/icons/favicon-16x16.png
0 → 100644
799 Bytes
public/img/icons/favicon-32x32.png
0 → 100644
1.24 KB
1.14 KB
public/img/icons/mstile-150x150.png
0 → 100644
4.18 KB
public/img/icons/safari-pinned-tab.svg
0 → 100644
public/index.html
0 → 100644
public/robots.txt
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/components/HelloWorld.vue
0 → 100644
src/main.ts
0 → 100644
src/registerServiceWorker.ts
0 → 100644
src/router/index.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/views/AboutView.vue
0 → 100644
src/views/HomeView.vue
0 → 100644
tests/e2e/.eslintrc.js
0 → 100644
tests/e2e/pageobjects/app.page.ts
0 → 100644
tests/e2e/specs/app.spec.ts
0 → 100644
tests/unit/example.spec.ts
0 → 100644
tsconfig.json
0 → 100644
vue.config.js
0 → 100644
wdio.local.conf.ts
0 → 100644
wdio.sauce.conf.ts
0 → 100644
wdio.shared.conf.ts
0 → 100644