Coder Social home page Coder Social logo

herozhou / vue-framework-wz Goto Github PK

View Code? Open in Web Editor NEW
4.3K 4.3K 1.3K 106.02 MB

👏vue后台管理框架👏

Home Page: http://herozhou.coding.me/vue-framework-wz/#/dashboard

License: MIT License

JavaScript 25.18% HTML 0.31% Vue 72.50% CSS 2.01%
admin admin-dashboard admin-template admin-tool admin-ui vue vue-admin vue-cli vue-components vue-demo vue-framework-wz vue-template vue2 vuejs

vue-framework-wz's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-framework-wz's Issues

怎么使用axios发送ajax请求

现在前端已经可以独立跑起来了,我看了源码,你对axios进行了一层封装,怎么才能调用到你封装的axios实现请求后台

项目使用

很不错的项目,本人对vue不了接,请问是否为本人项目,是否可做商用?谢谢

左侧权限菜单路由BUG

先用非admin登录,退出;然后用admin登录,会发现左侧菜单依然保持之前权限菜单结构,必须刷新页面。BUG在于先前那次登录,由于方法filterAsyncRouter改变了asyncRouterMap数据内容。

你好,我执行报错,请问怎么解决?

提示信息
module.js:538
throw err;
^

Error: Cannot find module 'chalk'
at Function.Module._resolveFilename (module.js:536:15)
at Function.Module._load (module.js:466:25)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object. (D:\vuetest\wzvue\build\check-versions.js:1:75)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: node build/dev-server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is probably not a problem with npm. There is likely additional log
ging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to in
stall?
这个我刚学,所以问的问题很低级,但还是请大神指点一下,谢谢

请问如何把自己业务里的权限管理和项目结合在一起呢?

请问如何把自己业务里的权限管理和项目结合在一起呢?
我们现在如果越过项目里的权限管理就不能自由的跳转页面,但是调整这块的配置和相关函数的入口找得我们焦头烂额。
如果有更详细的文档就好了。整理出基本功能的使用。

登录页在手机浏览器上体验较差

感谢大神发布Vue后台管理框架!看起来真不错!
我尝试用手机(安卓)来打开登录页,发现有两个问题:

  1. 竖屏状态下登录框显示不全
  2. 点击输入框后不弹出键盘,无法输入用户名密码
    当然,这种后台管理系统可以不考虑手机端。但是我觉得体验可以差点,但功能应该还是好用的。所以,希望至少能fix第二个问题

Select 标签使用出问题

vue的提示一下错误
You may have an infinite update loop in a component render function.

使用网络上的测试版本没有问题,但是 git clone 下来运行就出问题了
一下是我的代码

<Form inline>
<Form-item prop="pay_time1">
<Date-picker type="date" placeholder="支付开始时间" ></Date-picker>
</Form-item>
<Form-item prop="pay_time2">
<Date-picker type="date" placeholder="支付开始时间" ></Date-picker>
</Form-item>
<Form-item prop="pid">
<Input type="text" placeholder="平台id" >
</Input>
</Form-item>
<Form-item prop="bid">
<Input type="text" placeholder="商户id" >
</Input>
</Form-item>
<Form-item >
<Select placeholder="请选择" >
<option value="111">sss</option>
</Select>
</Form-item>
<Form-item>
<Button type="primary" @click="query('formInline')">查询</Button>
</Form-item>
</Form>

Markdown编辑器层叠不合理

hi 你好,

在我这里,Markdown的编辑器把正上方的导航栏覆盖在下面了, 对于侧边的导航按钮的弹出按钮也是, 编辑器也把它们覆盖在下面了, 我觉得应该修改一下编辑器的z-index

关于路由列表,我想请教一下

如果不用做鉴权的,只需要发送请求后台验证登录的跳转应该怎么写呢,关于您写的有点复杂有点看不懂,不过功能一定可以实现

CSS框架布局的问题

请教下,网页上AppHeader、Sidebar、AppAside、AppFooter和Breadcrumb等的框架布局的CSS文件在哪里? 没有看到相关配置的地方。谢谢了。

找到组织了

老哥,我也是昌航的,逛github逛到校友了,有点小激动,有空多交流一哈呀

项目我跑不起来

我下载你的源码,项目跑不起来,页面显示Cannot GET /;控制台显示Failed to load resource: the server responded with a status of 404 (Not Found)的错误

studio

开发工具是啥,dalao

(node:23633) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Exited with code 3

root@ubuntu:/opt/vue-framework-wz# npm run dev

[email protected] dev /opt/vue-framework-wz
node build/dev-server.js

(node:23633) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Exited with code 3

ERROR Failed to compile with 2 errors 3:45:04 AM

error in ./src/views/login/index.vue

Module build failed: Error: ENOENT: no such file or directory, scandir '/opt/vue-framework-wz/node_modules/node-sass/vendor'
at Error (native)
at Object.fs.readdirSync (fs.js:953:18)
at Object.getInstalledBinaries (/opt/vue-framework-wz/node_modules/node-sass/lib/extensions.js:124:13)
at foundBinariesList (/opt/vue-framework-wz/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/opt/vue-framework-wz/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/opt/vue-framework-wz/node_modules/node-sass/lib/errors.js:45:5)
at module.exports (/opt/vue-framework-wz/node_modules/node-sass/lib/binding.js:15:30)
at Object. (/opt/vue-framework-wz/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/opt/vue-framework-wz/node_modules/sass-loader/lib/loader.js:3:14)

@ .//vue-style-loader!.//css-loader?{"minimize":false,"sourceMap":false}!.//vue-loader/lib/style-compiler?{"vue":true,"id":"data-v-0f310798","scoped":false,"hasInlineConfig":false}!.//sass-loader/lib/loader.js?{"sourceMap":false}!./~/vue-loader/lib/selector.js?type=styles&index=1!./src/views/login/index.vue 4:14-406 13:3-17:5 14:22-414
@ ./src/views/login/index.vue
@ ./src/views ^./.*.vue$
@ ./src/router/_import_development.js
@ ./src/router/index.js
@ ./src/main.js
@ multi ./build/dev-client ./src/main.js

error in ./src/components/SidebarItem.vue

Module build failed: Error: ENOENT: no such file or directory, scandir '/opt/vue-framework-wz/node_modules/node-sass/vendor'
at Error (native)
at Object.fs.readdirSync (fs.js:953:18)
at Object.getInstalledBinaries (/opt/vue-framework-wz/node_modules/node-sass/lib/extensions.js:124:13)
at foundBinariesList (/opt/vue-framework-wz/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/opt/vue-framework-wz/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/opt/vue-framework-wz/node_modules/node-sass/lib/errors.js:45:5)
at module.exports (/opt/vue-framework-wz/node_modules/node-sass/lib/binding.js:15:30)
at Object. (/opt/vue-framework-wz/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/opt/vue-framework-wz/node_modules/sass-loader/lib/loader.js:3:14)

@ .//vue-style-loader!.//css-loader?{"minimize":false,"sourceMap":false}!.//vue-loader/lib/style-compiler?{"vue":true,"id":"data-v-c00c548e","scoped":true,"hasInlineConfig":false}!.//sass-loader/lib/loader.js?{"sourceMap":false}!.//vue-loader/lib/selector.js?type=styles&index=0!./src/components/SidebarItem.vue 4:14-399 13:3-17:5 14:22-407
@ ./src/components/SidebarItem.vue
@ ./
/babel-loader/lib!.//vue-loader/lib/selector.js?type=script&index=0!./src/components/Sidebar.vue
@ ./src/components/Sidebar.vue
@ ./
/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/containers/Full.vue
@ ./src/containers/Full.vue
@ ./src/router/index.js
@ ./src/main.js
@ multi ./build/dev-client ./src/main.js

Listening at http://localhost:9001


os@Ubuntu 16.04.3 LTS
arch@x86
[email protected]
[email protected]

网络请求错误的全局提示没有用。

在src/utils/fetch.js 中的respone拦截器中有个vue.$Message的iview 的全局提示,但是在使用中发现请求出错错误时,提示组件并没有显示。并且在console 中打印vue.$Message 时为undefined

wz 卸载插件不成功

卸载插件不成功,是按照步骤操作的。Error: ENOENT: no such file or directory, uv_chdir

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.