refine
This commit is contained in:
		@@ -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.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user