1
0
Fork 0

Compare commits

..

No commits in common. "master" and "0.1.0" have entirely different histories.

6 changed files with 7187 additions and 29870 deletions

View File

@ -1,20 +0,0 @@
---
name: Bug
about: Report a bug
title: ''
labels: bug
assignees: ''
---
### Describe the problem
(Give a concise description of the problem)
### Steps to reproduce
1. (Detail every step)
### Screenshots or logs
(Attach logs as GitHub Gists)

View File

@ -7,7 +7,7 @@ ENV VUE_APP_VERSION=${version}
ENV VUE_APP_SOURCE_LINK="https://${repo}"
# dependencies
RUN apk add --no-cache git
RUN apk add --no-cache git=2.18.1-r0
# source
WORKDIR /app

29844
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,17 +9,17 @@
"dependencies": {
"filesize": "^3.6.1",
"normalize.css": "^8.0.0",
"parse-link-header": "^2.0.0",
"parse-link-header": "^1.0.1",
"vue": "^2.5.17",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-service": "^5.0.8",
"@vue/cli-service": "^3.0.3",
"@vue/eslint-config-airbnb": "^3.0.3",
"lint-staged": "^6.0.0",
"vue-template-compiler": "^2.5.17"
"vue-template-compiler": "^2.5.17",
"lint-staged": "^6.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"

View File

@ -1,3 +1,4 @@
module.exports = {
lintOnSave: false,
baseUrl: '',
};

7180
yarn.lock Normal file

File diff suppressed because it is too large Load Diff