11.20
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
README-zh.md
0 → 100644
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/logo.png
0 → 100644

6.69 KB
build/utils.js
0 → 100644
build/vue-loader.conf.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.dev.conf.js
0 → 100644
build/webpack.prod.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
favicon.ico
0 → 100644
File added
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "vue-admin-template", | ||
"version": "3.6.0", | ||
"license": "MIT", | ||
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", | ||
"author": "Pan <panfree23@gmail.com>", | ||
"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_config_report=true node build/build.js", | ||
"lint": "eslint --ext .js,.vue src", | ||
"test": "npm run lint" | ||
}, | ||
"dependencies": { | ||
"axios": "0.17.1", | ||
"element-ui": "2.3.4", | ||
"js-cookie": "2.2.0", | ||
"normalize.css": "7.0.0", | ||
"nprogress": "0.2.0", | ||
"vue": "2.5.10", | ||
"vue-router": "3.0.1", | ||
"vuex": "3.0.1" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "7.2.3", | ||
"babel-core": "6.26.0", | ||
"babel-eslint": "8.0.3", | ||
"babel-helper-vue-jsx-merge-props": "2.0.3", | ||
"babel-loader": "7.1.2", | ||
"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", | ||
"css-loader": "0.28.7", | ||
"eslint": "4.13.1", | ||
"eslint-friendly-formatter": "3.0.0", | ||
"eslint-loader": "1.9.0", | ||
"eslint-plugin-html": "4.0.1", | ||
"eventsource-polyfill": "0.9.6", | ||
"extract-text-webpack-plugin": "3.0.2", | ||
"file-loader": "1.1.5", | ||
"friendly-errors-webpack-plugin": "1.6.1", | ||
"html-webpack-plugin": "2.30.1", | ||
"node-notifier": "5.1.2", | ||
"node-sass": "^4.7.2", | ||
"optimize-css-assets-webpack-plugin": "3.2.0", | ||
"ora": "1.3.0", | ||
"portfinder": "1.0.13", | ||
"postcss-import": "11.0.0", | ||
"postcss-loader": "2.0.9", | ||
"postcss-url": "7.3.0", | ||
"rimraf": "2.6.2", | ||
"sass-loader": "6.0.6", | ||
"semver": "5.4.1", | ||
"shelljs": "0.7.8", | ||
"svg-sprite-loader": "3.5.2", | ||
"uglifyjs-webpack-plugin": "1.1.3", | ||
"url-loader": "0.6.2", | ||
"vue-loader": "13.7.2", | ||
"vue-style-loader": "3.0.3", | ||
"vue-template-compiler": "2.5.10", | ||
"webpack": "3.10.0", | ||
"webpack-bundle-analyzer": "2.9.1", | ||
"webpack-dev-server": "2.9.7", | ||
"webpack-merge": "4.1.1" | ||
}, | ||
"engines": { | ||
"node": ">= 4.0.0", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
] | ||
} |
src/App.vue
0 → 100644
src/api/index.js
0 → 100644
src/api/login.js
0 → 100644
src/api/sys/banner.js
0 → 100644
src/api/sys/course.js
0 → 100644
src/api/sys/courseType.js
0 → 100644
src/api/sys/dict.js
0 → 100644
src/api/sys/piano.js
0 → 100644
src/api/sys/user.js
0 → 100644
src/api/sys/userCost.js
0 → 100644
src/assets/404_images/404.png
0 → 100644

95.8 KB
src/assets/404_images/404_cloud.png
0 → 100644

4.65 KB
src/assets/ic_gxgq_selected.png
0 → 100644

2.9 KB
src/common/config/index.js
0 → 100644
src/common/storage/cookie.js
0 → 100644
src/common/storage/index.js
0 → 100644
src/common/storage/storage.js
0 → 100644
src/common/tools/index.js
0 → 100644
src/common/tools/tools_base64.js
0 → 100644
src/common/tools/tools_uri.js
0 → 100644
src/common/tools/tools_verify.js
0 → 100644
src/components/Breadcrumb/index.vue
0 → 100644
src/components/Hamburger/index.vue
0 → 100644
src/components/Modal/index.vue
0 → 100644
src/components/Sticky/index.vue
0 → 100644
src/components/SvgIcon/index.vue
0 → 100644
src/components/Tinymce/index.vue
0 → 100644
src/components/Tinymce/plugins.js
0 → 100644
src/components/Tinymce/toolbar.js
0 → 100644
src/directive/waves/index.js
0 → 100644
src/directive/waves/waves.css
0 → 100644
src/directive/waves/waves.js
0 → 100644
src/icons/index.js
0 → 100644
src/icons/svg/example.svg
0 → 100644
src/icons/svg/eye.svg
0 → 100644
src/icons/svg/form.svg
0 → 100644
src/icons/svg/nested.svg
0 → 100644
src/icons/svg/password.svg
0 → 100644
src/icons/svg/table.svg
0 → 100644
src/icons/svg/tree.svg
0 → 100644
src/icons/svg/user.svg
0 → 100644
src/main.js
0 → 100644
src/permission.js
0 → 100644
src/router/_import_development.js
0 → 100644
src/router/_import_production.js
0 → 100644
src/router/index.js
0 → 100644
src/store/getters.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/app.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/styles/element-ui.scss
0 → 100644
src/styles/index.scss
0 → 100644
src/styles/mixin.scss
0 → 100644
src/styles/sidebar.scss
0 → 100644
src/styles/transition.scss
0 → 100644
src/styles/variables.scss
0 → 100644
src/utils/auth.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/validate.js
0 → 100644
src/views/404.vue
0 → 100644
src/views/course/courseEdit.vue
0 → 100644
src/views/course/index.vue
0 → 100644
src/views/layout/Layout.vue
0 → 100644
src/views/layout/components/AppMain.vue
0 → 100644
src/views/layout/components/Navbar.vue
0 → 100644
src/views/layout/components/index.js
0 → 100644
src/views/login/index.vue
0 → 100644
src/views/piano/index.vue
0 → 100644
src/views/piano/pianoEdit.vue
0 → 100644
src/views/system/banner/bannerEdit.vue
0 → 100644
src/views/system/banner/index.vue
0 → 100644
src/views/system/dict/index.vue
0 → 100644
src/views/user/index.vue
0 → 100644
src/views/userCost/index.vue
0 → 100644
static/.gitkeep
0 → 100644
static/tinymce4.7.5/langs/zh_CN.js
0 → 100644

354 Bytes

329 Bytes

331 Bytes

342 Bytes

340 Bytes

336 Bytes

338 Bytes

343 Bytes

321 Bytes

323 Bytes

344 Bytes

338 Bytes

328 Bytes

337 Bytes

350 Bytes

336 Bytes
File added
File added
File added
File added
File added
File added
File added

53 Bytes

2.55 KB

152 Bytes

43 Bytes
static/tinymce4.7.5/tinymce.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment