init
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
example/App.vue
0 → 100644
example/assets/logo.png
0 → 100644
6.69 KB
example/main.js
0 → 100644
jsconfig.json
0 → 100644
lib/demo.html
0 → 100644
lib/index.common.js
0 → 100644
lib/index.common.js.map
0 → 100644
lib/index.css
0 → 100644
lib/index.umd.js
0 → 100644
lib/index.umd.js.map
0 → 100644
This diff is collapsed.
lib/index.umd.min.js
0 → 100644
lib/index.umd.min.js.map
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
This diff is collapsed.
| { | { | ||
| "name": "@core/componet", | "name": "component", | ||
| "version": "1.0.0", | "version": "0.1.0", | ||
| "description": "", | "private": true, | ||
| "main": "index.js", | |||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | |||
| "lib": "vue-cli-service build --target lib --name index --dest lib packages/index.js" | |||
| }, | }, | ||
| "repository": { | "dependencies": { | ||
| "type": "git", | "core-js": "^3.8.3", | ||
| "url": "http://gitlab.essenptl.com/core/componet.git" | "element-ui": "^2.15.9", | ||
| "vue": "^2.6.14" | |||
| }, | }, | ||
| "author": "", | "devDependencies": { | ||
| "license": "ISC" | "@vue/cli-plugin-babel": "~5.0.0", | ||
| "@vue/cli-service": "~5.0.0", | |||
| "sass": "^1.32.7", | |||
| "sass-loader": "^12.0.0", | |||
| "vue-template-compiler": "^2.6.14" | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not dead" | |||
| ] | |||
| } | } |
packages/index.js
0 → 100644
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
vue.config.js
0 → 100644