Initial commit;
parents
Showing
with
359 additions
and
0 deletions
.editorconfig
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| { | |||
| "name": "org-manager", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve", | |||
| "build": "vue-cli-service build", | |||
| "lint": "vue-cli-service lint" | |||
| }, | |||
| "dependencies": { | |||
| "core-js": "^3.6.5", | |||
| "vue": "^2.6.11", | |||
| "vue-class-component": "^7.2.3", | |||
| "vue-property-decorator": "^9.1.2", | |||
| "vue-router": "^3.2.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@typescript-eslint/eslint-plugin": "^4.18.0", | |||
| "@typescript-eslint/parser": "^4.18.0", | |||
| "@vue/cli-plugin-babel": "~4.5.15", | |||
| "@vue/cli-plugin-eslint": "~4.5.15", | |||
| "@vue/cli-plugin-router": "~4.5.15", | |||
| "@vue/cli-plugin-typescript": "~4.5.15", | |||
| "@vue/cli-service": "~4.5.15", | |||
| "@vue/eslint-config-standard": "^5.1.2", | |||
| "@vue/eslint-config-typescript": "^7.0.0", | |||
| "eslint": "^6.7.2", | |||
| "eslint-plugin-import": "^2.20.2", | |||
| "eslint-plugin-node": "^11.1.0", | |||
| "eslint-plugin-promise": "^4.2.1", | |||
| "eslint-plugin-standard": "^4.0.0", | |||
| "eslint-plugin-vue": "^6.2.2", | |||
| "less": "^3.0.4", | |||
| "less-loader": "^5.0.0", | |||
| "typescript": "~4.1.5", | |||
| "vue-template-compiler": "^2.6.11" | |||
| }, | |||
| "eslintConfig": { | |||
| "root": true, | |||
| "env": { | |||
| "node": true | |||
| }, | |||
| "extends": [ | |||
| "plugin:vue/essential", | |||
| "@vue/standard", | |||
| "@vue/typescript/recommended" | |||
| ], | |||
| "parserOptions": { | |||
| "ecmaVersion": 2020 | |||
| }, | |||
| "rules": {} | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not dead" | |||
| ] | |||
| } |
public/favicon.ico
0 → 100644
No preview for this file type
public/index.html
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/router/index.ts
0 → 100644
src/shims-tsx.d.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/views/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
tsconfig.json
0 → 100644
vue.config.js
0 → 100644
Please
register
or
sign in
to comment