Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-archetype-initializer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
schbrain-archetype-initializer
Commits
032e8317
Commit
032e8317
authored
Mar 20, 2022
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: format
parent
2de23af5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
18121 deletions
+7
-18121
initializer-ui/.gitignore
initializer-ui/.gitignore
+1
-0
initializer-ui/package-lock.json
initializer-ui/package-lock.json
+0
-18116
initializer-ui/package.json
initializer-ui/package.json
+5
-5
initializer-ui/src/components/BackendStarter.vue
initializer-ui/src/components/BackendStarter.vue
+1
-0
No files found.
initializer-ui/.gitignore
View file @
032e8317
...
...
@@ -2,6 +2,7 @@
node_modules
/dist
/node
package-lock.json
# local env files
.env.local
...
...
initializer-ui/package-lock.json
deleted
100644 → 0
View file @
2de23af5
This diff is collapsed.
Click to expand it.
initializer-ui/package.json
View file @
032e8317
...
...
@@ -9,14 +9,14 @@
},
"dependencies"
:
{
"axios"
:
"^0.26.1"
,
"core-js"
:
"^3.
8.3
"
,
"vue"
:
"^3.2.
13
"
,
"core-js"
:
"^3.
21.1
"
,
"vue"
:
"^3.2.
31
"
,
"vue-router"
:
"^4.0.14"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.1
2.16
"
,
"@vue/cli-plugin-babel"
:
"~5.0.
0
"
,
"@vue/cli-service"
:
"
~5.0.0
"
"@babel/core"
:
"^7.1
7.8
"
,
"@vue/cli-plugin-babel"
:
"~5.0.
3
"
,
"@vue/cli-service"
:
"
^5.0.3
"
},
"browserslist"
:
[
"> 1%"
,
...
...
initializer-ui/src/components/BackendStarter.vue
View file @
032e8317
...
...
@@ -72,6 +72,7 @@ export default {
<
style
scoped
>
.form
{
text-align
:
center
;
margin-left
:
auto
;
margin-right
:
auto
;
max-width
:
500px
;
...
...
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