浅水湾访客系统

This commit is contained in:
18058587597 2024-03-27 11:06:40 +08:00
parent 34359dbcaf
commit 2944171f23
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// https://github.com/shelljs/shelljs // https://github.com/shelljs/shelljs
require('./check-versions')() require('./check-versions')()
require('shelljs/global') require('shelljs/global')
env.NODE_ENV = 'production' env.NODE_ENV = 'production'
var path = require('path') var path = require('path')

View File

@ -1,6 +1,7 @@
// see http://vuejs-templates.github.io/webpack for documentation. // see http://vuejs-templates.github.io/webpack for documentation.
var path = require('path') var path = require('path')
module.exports = { module.exports = {
build: { build: {
env: require('./prod.env'), env: require('./prod.env'),

1
package-lock.json generated
View File

@ -3,6 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sell", "name": "sell",

View File

@ -8,6 +8,7 @@
"dev": "node build/dev-server.js", "dev": "node build/dev-server.js",
"build": "node build/build.js" "build": "node build/build.js"
}, },
"dependencies": { "dependencies": {
"axios": "^0.15.3", "axios": "^0.15.3",
"babel-runtime": "^6.9.0", "babel-runtime": "^6.9.0",

View File

@ -12,6 +12,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
vertical-align: baseline; vertical-align: baseline;
} }
.divider { .divider {
height: 16px; height: 16px;
width: 100%; width: 100%;