Pan 7 lat temu
rodzic
commit
7cc541a15a
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      config/index.js
  2. 3 3
      package.json

+ 1 - 1
config/index.js

@@ -7,7 +7,7 @@ module.exports = {
     index: path.resolve(__dirname, '../dist/index.html'),
     index: path.resolve(__dirname, '../dist/index.html'),
     assetsRoot: path.resolve(__dirname, '../dist'),
     assetsRoot: path.resolve(__dirname, '../dist'),
     assetsSubDirectory: 'static',
     assetsSubDirectory: 'static',
-    assetsPublicPath: '/',
+    assetsPublicPath: './',
     productionSourceMap: true,
     productionSourceMap: true,
     // Gzip off by default as many popular static hosts such as
     // Gzip off by default as many popular static hosts such as
     // Surge or Netlify already gzip all static assets for you.
     // Surge or Netlify already gzip all static assets for you.

+ 3 - 3
package.json

@@ -1,9 +1,9 @@
 {
 {
-  "name": "vue-admin",
+  "name": "vue-admin-template",
   "version": "1.0.0",
   "version": "1.0.0",
-  "description": "A Vue.js project",
+  "license": "MIT",
+  "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
   "author": "Pan <panfree23@gmail.com>",
   "author": "Pan <panfree23@gmail.com>",
-  "private": true,
   "scripts": {
   "scripts": {
     "dev": "node build/dev-server.js",
     "dev": "node build/dev-server.js",
     "start": "node build/dev-server.js",
     "start": "node build/dev-server.js",