renamed some strings (in README)

This commit is contained in:
Tobias Kurze
2019-04-17 09:04:18 +02:00
parent fccf120950
commit c374ae1796
3 changed files with 1020 additions and 501 deletions

View File

@@ -1,4 +1,4 @@
# vue_ts_test # lrc frontend
## Project setup ## Project setup
``` ```

1513
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{ {
"name": "vue_ts_test", "name": "lrc",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -9,7 +9,7 @@
"test:unit": "vue-cli-service test:unit" "test:unit": "vue-cli-service test:unit"
}, },
"dependencies": { "dependencies": {
"@vue/cli": "^3.4.1", "@vue/cli": "^3.6.3",
"axios": "^0.18.0", "axios": "^0.18.0",
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.13", "bootstrap-vue": "^2.0.0-rc.13",
@@ -36,7 +36,7 @@
"@vue/cli-plugin-babel": "^3.4.0", "@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-typescript": "^3.4.0", "@vue/cli-plugin-typescript": "^3.4.0",
"@vue/cli-plugin-unit-mocha": "^3.4.0", "@vue/cli-plugin-unit-mocha": "^3.4.0",
"@vue/cli-service": "^3.4.0", "@vue/cli-service": "^3.6.0",
"@vue/test-utils": "^1.0.0-beta.20", "@vue/test-utils": "^1.0.0-beta.20",
"bootstrap-sass": "^3.4.1", "bootstrap-sass": "^3.4.1",
"chai": "^4.1.2", "chai": "^4.1.2",