init
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
This diff is collapsed.
babel.config.js
0 → 100644
jsconfig.json
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": "way-view-form", | |||
| "version": "0.1.0", | |||
| "private": false, | |||
| "author": "flycat", | |||
| "main": "lib/way-view-form.umd.min.js", | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve", | |||
| "build": "vue-cli-service build", | |||
| "build:lib": "vue-cli-service build --target lib --name way-view-form --dest lib ./src/index.js", | |||
| "lint": "vue-cli-service lint" | |||
| }, | |||
| "publishConfig": { | |||
| "registry": "http://192.168.9.197:4873/" | |||
| }, | |||
| "registry": "http://192.168.9.197:4873/", | |||
| "dependencies": { | |||
| "core-js": "^3.8.3", | |||
| "less-loader": "^11.1.0", | |||
| "view-design": "^4.5.0", | |||
| "vue": "^2.6.14" | |||
| }, | |||
| "peerDependencies": { | |||
| "view-design": "^4.5.0", | |||
| "vue": "^2.6.14" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/core": "^7.12.16", | |||
| "@babel/eslint-parser": "^7.12.16", | |||
| "@vue/cli-plugin-babel": "~5.0.0", | |||
| "@vue/cli-plugin-eslint": "~5.0.0", | |||
| "@vue/cli-service": "~5.0.0", | |||
| "eslint": "^7.32.0", | |||
| "eslint-plugin-vue": "^8.0.3", | |||
| "vue-template-compiler": "^2.6.14" | |||
| }, | |||
| "eslintConfig": { | |||
| "root": true, | |||
| "env": { | |||
| "node": true | |||
| }, | |||
| "extends": [ | |||
| "plugin:vue/essential", | |||
| "eslint:recommended" | |||
| ], | |||
| "parserOptions": { | |||
| "parser": "@babel/eslint-parser" | |||
| }, | |||
| "rules": {} | |||
| }, | |||
| "keywords": [ | |||
| "iview", | |||
| "view-design", | |||
| "form", | |||
| "vue" | |||
| ], | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not dead" | |||
| ] | |||
| } |
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/components/index.vue
0 → 100644
This diff is collapsed.
src/index.js
0 → 100644
src/main.js
0 → 100644
vue.config.js
0 → 100644