0.9.2 • Published 4 years ago
iview-components v0.9.2
iview-tree
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run deployLints and fixes files
npm run lintHow to use these components
In your application's main.js, add follow codes:
import { IviewTree, IviewMenu, ImagePreview, ThemePicker, IviewSelect } from 'iview-components';
Vue.use(IviewTree)
Vue.use(IviewMenu)
Vue.use(ThemePicker)
Vue.use(IviewSelect)
Vue.prototype.$imgPreview = ImagePreview;The more details info to how to use, you can find at this application's App.vue file.
Notice
The vue and iview dependents should be externals in the vue.config.js, and alias
resolve: {
alias: {
'iview': 'view-design',
'Vue': 'vue',
}
},
externals: process.env.NODE_ENV === 'production' ? {
vue: 'Vue',
"view-design": 'iview',
} : {},Customize configuration
0.9.2
4 years ago
0.9.1
4 years ago
0.8.9
4 years ago
0.9.0
4 years ago
0.8.8
4 years ago
0.8.5
4 years ago
0.8.4
4 years ago
0.8.7
4 years ago
0.8.6
4 years ago
0.8.1
4 years ago
0.8.3
4 years ago
0.8.2
4 years ago
0.8.0
4 years ago
0.7.8
4 years ago
0.7.7
4 years ago
0.7.6
4 years ago
0.7.5
4 years ago
0.7.4
4 years ago
0.7.3
4 years ago
0.7.2
4 years ago
0.7.1
4 years ago
0.7.0
4 years ago
0.6.0
4 years ago
0.5.0
4 years ago
0.4.0
4 years ago
0.3.0
4 years ago
0.2.0
4 years ago
0.1.0
4 years ago