Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
frontend
apps
UserManagement
Commits
be73a07a
Commit
be73a07a
authored
Apr 24, 2020
by
Marcel Nellesen
Browse files
Fix: Fixed dependencies and renamed component, removed faulty css
parent
cc80a3de
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
be73a07a
This diff is collapsed.
Click to expand it.
package.json
View file @
be73a07a
...
...
@@ -12,34 +12,34 @@
"test:unit"
:
"vue-cli-service test:unit"
},
"dependencies"
:
{
"
@coscine/api-connection
"
:
"
^1.1
1
.0
"
,
"
@coscine/app-util
"
:
"
^1.3.
1
"
,
"
@types/jquery
"
:
"
^3.3.3
4
"
,
"
@coscine/api-connection
"
:
"
^1.1
3
.0
"
,
"
@coscine/app-util
"
:
"
^1.3.
2
"
,
"
@types/jquery
"
:
"
^3.3.3
5
"
,
"
@types/vue-select
"
:
"
^2.5.0
"
,
"
bootstrap-vue
"
:
"
^2.
9
.0
"
,
"
jquery
"
:
"
^3.
4.1
"
,
"
bootstrap-vue
"
:
"
^2.
12
.0
"
,
"
jquery
"
:
"
^3.
5.0
"
,
"
vue
"
:
"
^2.6.11
"
,
"
vue-i18n
"
:
"
^8.1
5.7
"
,
"
vue-i18n
"
:
"
^8.1
7.3
"
,
"
vue-runtime-helpers
"
:
"
^1.1.2
"
,
"
vue-select
"
:
"
^3.
9.5
"
"
vue-select
"
:
"
^3.
10.1
"
},
"devDependencies"
:
{
"
@semantic-release/commit-analyzer
"
:
"
^8.0.1
"
,
"
@semantic-release/git
"
:
"
^9.0.0
"
,
"
@semantic-release/gitlab
"
:
"
^6.0.
3
"
,
"
@semantic-release/gitlab
"
:
"
^6.0.
4
"
,
"
@semantic-release/npm
"
:
"
^7.0.5
"
,
"
@semantic-release/release-notes-generator
"
:
"
^9.0.1
"
,
"
@types/chai
"
:
"
^4.2.11
"
,
"
@types/mocha
"
:
"
^7.0.2
"
,
"
@vue/cli-plugin-babel
"
:
"
^4.
2.3
"
,
"
@vue/cli-plugin-typescript
"
:
"
^4.
2.3
"
,
"
@vue/cli-plugin-unit-mocha
"
:
"
^4.
2.3
"
,
"
@vue/cli-service
"
:
"
^4.
2.3
"
,
"
@vue/test-utils
"
:
"
1.0.0-beta.3
2
"
,
"
@vue/cli-plugin-babel
"
:
"
^4.
3.1
"
,
"
@vue/cli-plugin-typescript
"
:
"
^4.
3.1
"
,
"
@vue/cli-plugin-unit-mocha
"
:
"
^4.
3.1
"
,
"
@vue/cli-service
"
:
"
^4.
3.1
"
,
"
@vue/test-utils
"
:
"
1.0.0-beta.3
3
"
,
"
chai
"
:
"
^4.2.0
"
,
"
typescript
"
:
"
^3.8.3
"
,
"
vue-template-compiler
"
:
"
^2.6.11
"
,
"
semantic-release
"
:
"
^17.0.
4
"
,
"
semantic-release
"
:
"
^17.0.
7
"
,
"
@hutson/semantic-delivery-gitlab
"
:
"
^9.1.0
"
},
"repository"
:
{
...
...
src/App.vue
→
src/
UserManagement
App.vue
View file @
be73a07a
File moved
src/main.ts
View file @
be73a07a
import
jQuery
from
'
jquery
'
;
import
BootstrapVue
from
'
bootstrap-vue
'
;
import
Vue
from
'
vue
'
;
import
App
from
'
./
App.vue
'
;
import
UserManagementApp
from
'
./UserManagement
App.vue
'
;
import
locales
from
'
./locale/locales
'
;
import
VueI18n
from
'
vue-i18n
'
;
import
{
LanguageUtil
}
from
'
@coscine/app-util
'
;
import
IconsPlugin
from
'
bootstrap-vue
'
;
import
'
bootstrap/dist/css/bootstrap.css
'
;
import
'
bootstrap-vue/dist/bootstrap-vue.css
'
;
Vue
.
config
.
productionTip
=
false
;
...
...
@@ -24,7 +23,7 @@ jQuery(() => {
});
new
Vue
({
render
:
(
h
)
=>
h
(
App
),
render
:
(
h
)
=>
h
(
UserManagement
App
),
i18n
,
}).
$mount
(
'
usermanagement
'
);
});
CoscineBot
⚙
@CoscineBot
mentioned in commit
5db7dbdc
·
Apr 24, 2020
mentioned in commit
5db7dbdc
mentioned in commit 5db7dbdc86059b5668c2ab146ac6eabf92fab46e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment