Pan il y a 7 ans
Parent
commit
7cc541a15a
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  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'),
     assetsRoot: path.resolve(__dirname, '../dist'),
     assetsSubDirectory: 'static',
-    assetsPublicPath: '/',
+    assetsPublicPath: './',
     productionSourceMap: true,
     // Gzip off by default as many popular static hosts such as
     // 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",
-  "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>",
-  "private": true,
   "scripts": {
     "dev": "node build/dev-server.js",
     "start": "node build/dev-server.js",