Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6bcd82aa
authored
2022-08-08 16:46:33 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
配置
1 parent
1b47c5f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
package.json
package.json
View file @
6bcd82a
...
...
@@ -5,11 +5,7 @@
"author"
:
"psh"
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve --mode development"
,
"dev-test"
:
"vue-cli-service serve --mode test"
,
"dev-demonstration"
:
"vue-cli-service serve --mode demonstration"
,
"build"
:
"vue-cli-service build --mode build-development"
,
"build-test"
:
"vue-cli-service build --mode build-test"
,
"build-demonstration"
:
"vue-cli-service build --mode build-demonstration"
"build"
:
"vue-cli-service build --mode build-development"
},
"dependencies"
:
{
"@babel/polyfill"
:
"^7.12.1"
,
...
...
@@ -78,4 +74,4 @@
"type"
:
"git"
,
"url"
:
"git+https://github.com/PanJiaChen/vue-element-admin.git"
}
}
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment