-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from RobbinBaauw/dev
[Release] 0.2.0
- Loading branch information
Showing
134 changed files
with
5,192 additions
and
5,404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VUE_APP_API_URL=https://api-test.cshub.nl:3001 | ||
VUE_APP_API_URL=https://api-dev.cshub.nl | ||
VUE_APP_DEBUG=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VUE_APP_API_URL=https://api.cshub.nl | ||
VUE_APP_API_URL=https://api-dev.cshub.nl | ||
VUE_APP_DEBUG=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
node_modules | ||
/dist | ||
|
||
*.local | ||
|
||
# Log files | ||
npm-debug.log* | ||
yarn-debug.log* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ module.exports = { | |
} | ||
] | ||
] | ||
} | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,45 @@ | ||
{ | ||
"name": "cshub-client", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"dev-build": "vue-cli-service build --mode development", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.0.0-rc.1", | ||
"animate.css": "^3.7.0", | ||
"axios": "^0.18.0", | ||
"jquery": "^3.3.1", | ||
"katex": "^0.7.1", | ||
"moment": "^2.22.2", | ||
"dayjs": "^1.7.7", | ||
"katex": "^0.7.0", | ||
"localforage": "^1.7.3", | ||
"lodash": "^4.17.11", | ||
"quill": "^2.0.0-dev.3", | ||
"quill-delta": "^4.1.0", | ||
"register-service-worker": "^1.0.0", | ||
"rxjs": "^6.3.3", | ||
"vee-validate": "^2.1.0-beta.9", | ||
"vee-validate": "^2.1.2", | ||
"vue": "^2.5.17", | ||
"vue-class-component": "^6.3.2", | ||
"vue-property-decorator": "^7.2.0", | ||
"vue-router": "^3.0.1", | ||
"vuetify": "^1.3.0-alpha.2", | ||
"vuetify": "^1.3.5", | ||
"vuex": "^3.0.1", | ||
"vuex-typex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@mdi/font": "^2.8.94", | ||
"@types/jquery": "^3.3.12", | ||
"@fortawesome/fontawesome-free": "^5.5.0", | ||
"@types/katex": "^0.5.0", | ||
"@vue/cli-plugin-babel": "^3.0.4", | ||
"@vue/cli-plugin-pwa": "^3.0.4", | ||
"@vue/cli-plugin-typescript": "^3.0.4", | ||
"@vue/cli-service": "^3.0.4", | ||
"typescript": "^3.0.0", | ||
"vue-cli-plugin-vuetify": "^0.2.0", | ||
"@types/quill": "^2.0.1", | ||
"@types/lodash": "^4.14.117", | ||
"@vue/cli-plugin-babel": "^3.1.1", | ||
"@vue/cli-plugin-pwa": "^3.1.1", | ||
"@vue/cli-plugin-typescript": "^3.1.1", | ||
"@vue/cli-service": "^3.1.2", | ||
"typescript": "^3.1.6", | ||
"vue-cli-plugin-vuetify": "^0.2.1", | ||
"vue-template-compiler": "^2.5.17" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ module.exports = { | |
plugins: { | ||
autoprefixer: {} | ||
} | ||
} | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
...lient/src/plugins/quill/mathquill.min.css → cshub-client/public/assets/mathquill.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
"display": "standalone", | ||
"background_color": "#000000", | ||
"theme_color": "#00A6D8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.