Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zmwl-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
penghao
zmwl-admin
Commits
6cf3520a
Commit
6cf3520a
authored
Apr 30, 2021
by
penghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
1dcd9824
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
.gitignore
.gitignore
+1
-0
README.md
README.md
+1
-1
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
App.vue
src/App.vue
+1
-1
No files found.
.gitignore
View file @
6cf3520a
.DS_Store
node_modules
/dist
.history
# local env files
...
...
README.md
View file @
6cf3520a
#
admin1
#
zmwl-admin
## Project setup
```
...
...
package-lock.json
View file @
6cf3520a
{
"name"
:
"
admin1
"
,
"name"
:
"
zmwl-admin
"
,
"version"
:
"0.1.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
...
...
package.json
View file @
6cf3520a
{
"name"
:
"
admin1
"
,
"name"
:
"
zmwl-admin
"
,
"version"
:
"0.1.0"
,
"private"
:
true
,
"scripts"
:
{
...
...
src/App.vue
View file @
6cf3520a
...
...
@@ -2,7 +2,7 @@
<div
id=
"app"
>
<div
id=
"nav"
>
<router-link
to=
"/"
>
Home
</router-link>
|
<router-link
to=
"/about"
>
About
</router-link>
<router-link
to=
"/about"
>
About
==
</router-link>
</div>
<router-view/>
</div>
...
...
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