Skip to content

Commit

Permalink
add component
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbq committed Jul 4, 2018
1 parent f9321ea commit 0308d81
Show file tree
Hide file tree
Showing 36 changed files with 634 additions and 801 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@
}],
"stage-2"
],
"plugins":["transform-vue-jsx", "transform-runtime"]
"plugins":["transform-vue-jsx", "transform-runtime"],
"env": {
"development": {
"plugins": [
"dynamic-import-node"
]
}
}
}
25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Binary file added src/assets/401_images/401.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/404_images/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/404_images/404_cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 0 additions & 53 deletions src/components/HelloWord.vue

This file was deleted.

90 changes: 0 additions & 90 deletions src/components/common/index.vue

This file was deleted.

63 changes: 0 additions & 63 deletions src/components/common/nx-sidebar/SidebarItem2.vue

This file was deleted.

39 changes: 0 additions & 39 deletions src/components/common/nx-sidebar/index.vue

This file was deleted.

Loading

0 comments on commit 0308d81

Please sign in to comment.