init
Showing
.eslintrc.js
0 → 100644
.npmignore
deleted
100644 → 0
.prettierrc
deleted
100644 → 0
LICENSE
deleted
100644 → 0
README.md
0 → 100644
common/const.scss
deleted
100644 → 0
File deleted
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File deleted
File deleted
File deleted
config/config.dev.js
deleted
100644 → 0
examples/App.vue
deleted
100644 → 0
lib/demo.html
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | { | ||
"name": "bass-share", | "name": "openapi", | ||
"version": "0.3.5", | "version": "0.0.1", | ||
"private": false, | "description": "openapi Vue Component", | ||
"main": "lib/index", | "author": "guxukai", | ||
"description": "A Component Library for Vue.js.", | |||
"scripts": { | "scripts": { | ||
"serve": "vue-cli-service serve", | "serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | "build": "vue-cli-service build", | ||
"lib": "vue-cli-service build --target lib --name bass-share --dest lib packages/index.js" | "test:unit": "vue-cli-service test:unit", | ||
"lint": "vue-cli-service lint", | |||
"build-lib": "vue-cli-service build --target lib --name openapi ./src/components/openapi.vue", | |||
"test": "jest" | |||
}, | }, | ||
"dependencies": { | "main": "./dist/openapi.umd.min.js", | ||
"core-js": "^3.6.5", | "files": [ | ||
"dist" | |||
], | |||
"dependencies": {}, | |||
"devDependencies": { | |||
"@typescript-eslint/eslint-plugin": "^3.8.0", | |||
"@typescript-eslint/parser": "^3.8.0", | |||
"@vue/cli-plugin-babel": "^4.4.6", | |||
"@vue/cli-plugin-eslint": "^4.4.6", | |||
"@vue/cli-plugin-typescript": "^4.4.6", | |||
"@vue/cli-service": "^4.4.6", | |||
"@vue/eslint-config-typescript": "^5.0.2", | |||
"@vue/test-utils": "^1.0.3", | |||
"babel-core": "^7.0.0-bridge.0", | |||
"babel-eslint": "^10.1.0", | |||
"babel-jest": "^26.1.0", | |||
"eslint": "^7.6.0", | |||
"eslint-config-standard": "^14.1.1", | |||
"eslint-plugin-import": "^2.22.0", | |||
"eslint-plugin-node": "^11.1.0", | |||
"eslint-plugin-promise": "^4.2.1", | |||
"eslint-plugin-standard": "^4.0.1", | |||
"eslint-plugin-vue": "^6.2.2", | |||
"jest": "^26.1.0", | |||
"sass": "^1.26.10", | |||
"sass-loader": "^9.0.2", | |||
"typescript": "~3.9.7", | |||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vuepress-plugin-code-copy": "^1.0.6" | "vue-jest": "^3.0.6", | ||
"vue-template-compiler": "^2.6.11" | |||
}, | }, | ||
"devDependencies": { | "eslintConfig": { | ||
"@vue/cli-plugin-babel": "~4.5.0", | "root": true, | ||
"@vue/cli-service": "~4.5.0", | "env": { | ||
"node-sass": "^4.12.0", | "node": true | ||
"sass-loader": "^8.0.2", | }, | ||
"vue-template-compiler": "^2.6.11", | "extends": [ | ||
"vuepress": "^1.8.2" | "plugin:vue/essential", | ||
"eslint:recommended", | |||
"@vue/typescript" | |||
], | |||
"rules": {}, | |||
"parserOptions": { | |||
"parser": "@typescript-eslint/parser" | |||
}, | |||
"overrides": [ | |||
{ | |||
"files": [ | |||
"**/__tests__/*.{j,t}s?(x)", | |||
"**/tests/unit/**/*.spec.{j,t}s?(x)" | |||
], | |||
"env": { | |||
"mocha": true | |||
} | |||
} | |||
] | |||
}, | }, | ||
"browserslist": [ | "browserslist": [ | ||
"> 1%", | "> 1%", | ||
"last 2 versions", | "last 2 versions" | ||
"not dead" | |||
], | ], | ||
"author": { | "jest": { | ||
"name": "CrazyYan" | "collectCoverage": true, | ||
}, | "collectCoverageFrom": [ | ||
"repository": { | "**/*.{js,vue}", | ||
"type": "git", | "!**/node_modules/**" | ||
"url": "git@github.com:bass-share/bass-share.git" | ], | ||
"coverageReporters": [ | |||
"html", | |||
"text-summary" | |||
], | |||
"moduleFileExtensions": [ | |||
"js", | |||
"json", | |||
"vue" | |||
], | |||
"transform": { | |||
".*\\.(vue)$": "vue-jest", | |||
"^.+\\.js$": "<rootDir>/node_modules/babel-jest" | |||
} | |||
}, | }, | ||
"license": "MIT", | |||
"bugs": { | "bugs": { | ||
"url": "https://github.com/bass-share/bass-share/issues" | "url": "https://github.com/hellowuxin/mindmap/issues" | ||
}, | }, | ||
"homepage": "https://github.com/CrazyMrYan/bass-share", | "homepage": "https://github.com/hellowuxin/mindmap#readme", | ||
"keywords": [ | "keywords": [ | ||
"mindmap", | |||
"vue", | "vue", | ||
"vue2", | "d3" | ||
"vue-ui", | ], | ||
"voter-dieu", | "license": "ISC", | ||
"voter-dieu", | "repository": { | ||
"voter-dieu-component", | "type": "git", | ||
"vuecomponent" | "url": "git+https://github.com/hellowuxin/mindmap.git" | ||
] | } | ||
} | } |
packages/index.js
deleted
100644 → 0
public/favicon.ico
deleted
100644 → 0
4.19 KB
src/App.vue
0 → 100644
src/components/openapi.vue
0 → 100644
src/index.d.ts
0 → 100644
src/plugins/vuetify.ts
0 → 100644
src/shims-tsx.d.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
tsconfig.json
0 → 100644