-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
634 additions
and
801 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,28 @@ | |
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", | ||
"author": "nxmin <[email protected]>", | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | ||
"build": "node build/build.js", | ||
"dev": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "cross-env npm run dev", | ||
"build": "cross-env node build/build.js", | ||
"build:report": "npm_config_report=true node build/build.js", | ||
"lint": "eslint --ext .js,.vue src", | ||
"test": "npm run lint" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"element-ui", | ||
"admin", | ||
"management-system", | ||
"admin-template" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mgbq/nx-admin.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mgbq/nx-admin/issues" | ||
}, | ||
"dependencies": { | ||
|
||
"axios": "0.17.1", | ||
"clipboard": "^2.0.1", | ||
"countup.js": "^1.9.3", | ||
|
@@ -36,19 +49,21 @@ | |
"babel-eslint": "8.0.3", | ||
"babel-helper-vue-jsx-merge-props": "2.0.3", | ||
"babel-loader": "7.1.2", | ||
"babel-plugin-dynamic-import-node": "^2.0.0", | ||
"babel-plugin-syntax-jsx": "6.18.0", | ||
"babel-plugin-transform-runtime": "6.23.0", | ||
"babel-plugin-transform-vue-jsx": "3.5.0", | ||
"babel-preset-env": "1.6.1", | ||
"babel-preset-stage-2": "6.24.1", | ||
"chalk": "2.3.0", | ||
"copy-webpack-plugin": "4.2.3", | ||
"cross-env": "5.1.1", | ||
"css-loader": "0.28.7", | ||
"eslint-plugin-vue": "^4.5.0", | ||
"eslint": "4.13.1", | ||
"eslint-friendly-formatter": "3.0.0", | ||
"eslint-loader": "1.9.0", | ||
"eslint-plugin-html": "4.0.1", | ||
"eslint-plugin-vue": "^4.5.0", | ||
"eventsource-polyfill": "0.9.6", | ||
"extract-text-webpack-plugin": "3.0.2", | ||
"file-loader": "1.1.5", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.