Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xqz
/
dianDemo
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
c6eab9bf
authored
2019-07-11 11:34:09 +0800
by
406803045
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复打开两次
1 parent
af358fb9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
vue.config.js
package.json
View file @
c6eab9b
...
...
@@ -5,7 +5,7 @@
"author"
:
"Pan <panfree23@gmail.com>"
,
"license"
:
"MIT"
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
"dev"
:
"vue-cli-service serve
--open
"
,
"build:prod"
:
"vue-cli-service build"
,
"build:stage"
:
"vue-cli-service build --mode staging"
,
"preview"
:
"node build/index.js --preview"
,
...
...
vue.config.js
View file @
c6eab9b
...
...
@@ -43,7 +43,7 @@ module.exports = {
productionSourceMap
:
false
,
devServer
:
{
port
:
port
,
open
:
tru
e
,
open
:
fals
e
,
overlay
:
{
warnings
:
false
,
errors
:
true
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment