Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
w4-vux-template
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2019-01-21 13:28:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4521451373cf5b5ad12396bdcd917fd60c319784
45214513
1 parent
84b5d7c9
add dll参数配置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
package.json
package.json
View file @
4521451
...
...
@@ -6,6 +6,7 @@
"serve"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build"
,
"lint"
:
"vue-cli-service lint"
,
"dll"
:
"vue-cli-service dll"
,
"rm"
:
"rm -rf dist/"
},
"dependencies"
:
{
...
...
@@ -31,6 +32,7 @@
"eslint-plugin-vue"
:
"^5.0.0"
,
"less"
:
"^3.9.0"
,
"less-loader"
:
"^4.1.0"
,
"vue-cli-plugin-dll"
:
"^1.1.3"
,
"vue-template-compiler"
:
"^2.5.21"
}
}
...
...
Please
register
or
login
to post a comment