Skip to content

Commit

Permalink
feat: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed May 10, 2018
1 parent 3e195ec commit 2d6605d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: './',

/**
* Source Maps
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "compass",
"version": "1.0.0",
"description": "Xuetangx data visualization UI",
"name": "x-chart",
"version": "0.1.0",
"description": "Draggable & resizable data visualization dashboard",
"author": "yugasun <yuga_sun@163.com>",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "node build/build.js",
"build:report": "npm run build --report",
"lint": "eslint --fix --ext .js,.vue src"
"lint": "eslint --fix --ext .js,.vue src",
"deploy": "npm run build && gh-pages -d dist --remote origin"
},
"dependencies": {
"element-ui": "^2.3.4",
Expand Down Expand Up @@ -46,6 +47,7 @@
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.6.1",
"gh-pages": "^1.1.0",
"html-webpack-plugin": "^3.0.6",
"mockjs": "^1.0.1-beta3",
"node-notifier": "^5.2.1",
Expand Down

0 comments on commit 2d6605d

Please sign in to comment.