init
parents
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.env
0 → 100644
.env.passports
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc.js
0 → 100644
CHANGELOG.md
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
config/baseUrl.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "laihua-toolkit", | |||
"version": "1.0.0", | |||
"private": true, | |||
"scripts": { | |||
"serve": "vue-cli-service serve", | |||
"passports": "vue-cli-service build --mode passports", | |||
"build": "vue-cli-service build", | |||
"start": "serve -l 3018 dist", | |||
"lint": "vue-cli-service lint", | |||
"fix": "eslint --fix --ext .js,.vue src", | |||
"prettier": "prettier --write \"src/**/*.js\" \"src/**/*.vue\" ./*.js", | |||
"commit": "git cz", | |||
"release:init": "standard-version --first-release ", | |||
"release:patch": "standard-version --release-as patch ", | |||
"release:minor": "standard-version --release-as minor ", | |||
"release:major": "standard-version --release-as major " | |||
}, | |||
"husky": { | |||
"hooks": { | |||
"pre-commit": "lint-staged", | |||
"pre-push": "echo 'pushing....'", | |||
"...": "..." | |||
} | |||
}, | |||
"lint-staged": { | |||
"**/*.{js,vue}": [ | |||
"prettier --write", | |||
"eslint --fix" | |||
] | |||
}, | |||
"dependencies": { | |||
"axios": "^0.20.0", | |||
"core-js": "^3.6.5", | |||
"register-service-worker": "^1.7.1", | |||
"vue": "^2.6.11", | |||
"vue-router": "^3.2.0", | |||
"vuex": "^3.4.0" | |||
}, | |||
"config": { | |||
"commitizen": { | |||
"path": "cz-conventional-changelog" | |||
} | |||
}, | |||
"devDependencies": { | |||
"@vue/cli-plugin-babel": "^4.5.0", | |||
"@vue/cli-plugin-eslint": "^4.5.0", | |||
"@vue/cli-plugin-pwa": "^4.5.0", | |||
"@vue/cli-service": "^4.5.0", | |||
"@vue/eslint-config-prettier": "^6.0.0", | |||
"babel-eslint": "^10.1.0", | |||
"commitizen": "^4.2.0", | |||
"cz-conventional-changelog": "^3.2.1", | |||
"element-ui": "^2.13.2", | |||
"eslint": "^6.7.2", | |||
"eslint-plugin-prettier": "^3.1.3", | |||
"eslint-plugin-vue": "^6.2.2", | |||
"husky": "^3.1.0", | |||
"lint-staged": "^10.2.11", | |||
"node-sass": "^4.12.0", | |||
"prettier": "^1.19.1", | |||
"sass-loader": "^8.0.2", | |||
"standard-version": "^9.0.0", | |||
"vue-template-compiler": "^2.6.11" | |||
} | |||
} |
public/favicon.ico
0 → 100644
4.19 KB
9.2 KB
29.1 KB
6.25 KB
22.5 KB
3.29 KB
3.95 KB
4.57 KB
1.46 KB
1.78 KB
4.57 KB
799 Bytes
1.24 KB
1.14 KB
4.18 KB
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/main.js
0 → 100644
src/registerServiceWorker.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/views/About.vue
0 → 100644
src/views/bao1.vue
0 → 100644
src/views/bao2.vue
0 → 100644
src/views/bao3.vue
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.