iview-project icon indicating copy to clipboard operation
iview-project copied to clipboard

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3

Results 73 iview-project issues
Sort by recently updated
recently updated
newest added

How to use `globalization` to `EN`? I tried ```js // main.js import locale from 'iview/src/locale/lang/en-US'; Vue.use(iView,{locale}); ---------- // index.vue ``` But don't work

在使用该项目的时候 需要设置请求代理,按照如下配置。 webpack.dev.config.js 希望把页面上 /api相关的请求都代理到http://local.engineer.com:5000这个路径下, ``` config.devServer = { inline: true, proxy: { '/api*': { xfwd: true, // host: '127.0.0.1:3002', target: 'http://local.engineer.com:5000', bypass: function (req, res, proxyOptions) { console.log('Proxy: '...

iview很好用,但是这个工程有很多不明白的地方,比如如何使用这个项目,以及为什么默认生成的index中#app不能删除...很惆怅,如果有时间希望能出个详细一点的说明文档,谢谢.

npm run dev 默认的8080端口如何修改成其他端口?

this is so awesome just need to be response :) thanks for this awesome project

两级左侧导航能否支持导航折叠? 教程上看到两级左侧导航和左侧导航折叠均已实现,**二者同时支持**是否实现,能否提供对应api 两级左侧导航如图 ![image](https://user-images.githubusercontent.com/12342645/28254923-08009ad4-6ae4-11e7-8046-f9319cc443ce.png) 左侧导航折叠如图 ![image](https://user-images.githubusercontent.com/12342645/28254937-2a3f19a4-6ae4-11e7-9f92-3dba4ade9b54.png)

1.如何自定义列内容显示的颜色,return html标签,标签竟然也显示出来了 2.单元格内容自动换行,表格看起来很乱,能否默认显示一行,其余自动截取,鼠标放上去,tip显示 3.上个问题给个回复好嘛

当表格固定列时,如最右侧列设置为fixed: 'right',expand展开显示有问题

### iView 版本号 2.0.0-rc.8 ### 操作系统/浏览器 版本号 windows7/Chrome 58.0.3029.81 ### Vue 版本号 "vue": "^2.2.6", "vue-router": "^2.2.1", ### 能够复现问题的在线示例(bug 相关不提供在线示例将直接 close) ### 复现步骤 ### 问题现象,以及你期望的结果是怎样的? 页面显示正常 ### 你估计可能的原因是什么(选填)?

ERROR in ./src/main.js Module build failed: Error: Couldn't find preset "es2015" relative to directory "/home/**/project" at /home/**/project/iview-project/node_modules/babel-core/lib/transformation/file/options/option-manager.js:299:19 at Array.map (native) at OptionManager.resolvePresets (/home/**/project/iview-project/node_modules/babel-core/lib/transformation/file/options/option-manager.js:270:20) at OptionManager.mergePresets (/home/**/project/iview-project/node_modules/babel-core/lib/transformation/file/options/option-manager.js:259:10) at OptionManager.mergeOptions (/home/**/project/iview-project/node_modules/babel-core/lib/transformation/file/options/option-manager.js:244:14) at...