浅水湾访客系统
This commit is contained in:
parent
34359dbcaf
commit
2944171f23
|
@ -1,6 +1,7 @@
|
|||
// https://github.com/shelljs/shelljs
|
||||
require('./check-versions')()
|
||||
require('shelljs/global')
|
||||
|
||||
env.NODE_ENV = 'production'
|
||||
|
||||
var path = require('path')
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// see http://vuejs-templates.github.io/webpack for documentation.
|
||||
var path = require('path')
|
||||
|
||||
|
||||
module.exports = {
|
||||
build: {
|
||||
env: require('./prod.env'),
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sell",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"dev": "node build/dev-server.js",
|
||||
"build": "node build/build.js"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"axios": "^0.15.3",
|
||||
"babel-runtime": "^6.9.0",
|
||||
|
|
|
@ -12,6 +12,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
|
||||
.divider {
|
||||
height: 16px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue