Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SWP_Datenverwaltung_2020_Natlab_Datenbanksystem_Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nirmia96
SWP_Datenverwaltung_2020_Natlab_Datenbanksystem_Frontend
Commits
8efd86e6
Commit
8efd86e6
authored
4 years ago
by
eaydgdu
Browse files
Options
Downloads
Patches
Plain Diff
login init
parent
170ce533
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App.vue
+13
-6
13 additions, 6 deletions
src/App.vue
src/components/SignIn.vue
+4
-26
4 additions, 26 deletions
src/components/SignIn.vue
src/main.js
+5
-0
5 additions, 0 deletions
src/main.js
with
22 additions
and
32 deletions
src/App.vue
+
13
−
6
View file @
8efd86e6
<
template
>
<div
id=
"app"
>
<img
alt=
"Vue logo"
src=
"./assets/logo.png"
>
<HelloWorld
msg=
"Welcome to Your Vue.js App"
/>
</div>
<html>
<head>
<title>
webpage
</title>
</head>
<body>
<SignIn
msg=
"Hello"
/>
</body>
</html>
</
template
>
<
script
>
import
HelloWorld
from
'
./components/
HelloWorld
.vue
'
import
SignIn
from
'
./components/
SignIn
.vue
'
export
default
{
name
:
'
App
'
,
components
:
{
HelloWorld
SignIn
}
}
</
script
>
...
...
This diff is collapsed.
Click to expand it.
src/components/SignIn.vue
+
4
−
26
View file @
8efd86e6
<
template
>
<div
class=
"hello"
>
<h1>
{{
msg
}}
</h1>
<p>
For a guide and recipes on how to configure / customize this project,
<br>
check out the
<a
href=
"https://cli.vuejs.org"
target=
"_blank"
rel=
"noopener"
>
vue-cli documentation
</a>
.
</p>
<h3>
Installed CLI Plugins
</h3>
<ul>
<li><a
href=
"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel"
target=
"_blank"
rel=
"noopener"
>
babel
</a></li>
<li><a
href=
"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint"
target=
"_blank"
rel=
"noopener"
>
eslint
</a></li>
</ul>
<h3>
Essential Links
</h3>
<ul>
<li><a
href=
"https://vuejs.org"
target=
"_blank"
rel=
"noopener"
>
Core Docs
</a></li>
<li><a
href=
"https://forum.vuejs.org"
target=
"_blank"
rel=
"noopener"
>
Forum
</a></li>
<li><a
href=
"https://chat.vuejs.org"
target=
"_blank"
rel=
"noopener"
>
Community Chat
</a></li>
<li><a
href=
"https://twitter.com/vuejs"
target=
"_blank"
rel=
"noopener"
>
Twitter
</a></li>
<li><a
href=
"https://news.vuejs.org"
target=
"_blank"
rel=
"noopener"
>
News
</a></li>
</ul>
<h3>
Ecosystem
</h3>
<ul>
<li><a
href=
"https://router.vuejs.org"
target=
"_blank"
rel=
"noopener"
>
vue-router
</a></li>
<li><a
href=
"https://vuex.vuejs.org"
target=
"_blank"
rel=
"noopener"
>
vuex
</a></li>
<li><a
href=
"https://github.com/vuejs/vue-devtools#vue-devtools"
target=
"_blank"
rel=
"noopener"
>
vue-devtools
</a></li>
<li><a
href=
"https://vue-loader.vuejs.org"
target=
"_blank"
rel=
"noopener"
>
vue-loader
</a></li>
<li><a
href=
"https://github.com/vuejs/awesome-vue"
target=
"_blank"
rel=
"noopener"
>
awesome-vue
</a></li>
</ul>
</div>
</
template
>
...
...
@@ -41,6 +16,9 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<
style
scoped
>
html
{
background-color
:
#f6f6f8
;
}
h3
{
margin
:
40px
0
0
;
}
...
...
This diff is collapsed.
Click to expand it.
src/main.js
+
5
−
0
View file @
8efd86e6
import
Vue
from
'
vue
'
import
BootstrapVue
from
"
bootstrap-vue
"
import
App
from
'
./App.vue
'
import
"
bootstrap/dist/css/bootstrap.min.css
"
import
"
bootstrap-vue/dist/bootstrap-vue.css
"
Vue
.
use
(
BootstrapVue
)
Vue
.
config
.
productionTip
=
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment