1.0.51 • Published 5 years ago
@iem/components v1.0.51
IEM Componets
Vue library with common used components based on Vuetify.
List of componets
- IEM User, display username IEM USER COMPONENT - docs
- IEM Menu, created a menu based on a list IEM MENU COMPONENT - docs
Project setup
Install Library
- Install Vuetify 2 (see documentation)
- Install Vuetify Extra:
npm install @menteora/vuetify-extraUse Plugin
- Use Vuetify-Extra plugin after Vuetify
- Example of
/src/main.jswith Vuetify and Vuetify-Extra plugins:
import Vue from 'vue'
import App from './App.vue'
import vuetify from './plugins/vuetify'
import './plugins/vuetify-extra'
Vue.config.productionTip = false
new Vue({
vuetify,
render: h => h(App)
}).$mount('#app')- Example of standard Vuetify plugin installation in
plugins/vuetify.js:
import Vue from 'vue'
import Vuetify from 'vuetify/lib'
Vue.use(Vuetify)
export default new Vuetify({
icons: {
iconfont: 'mdi'
}
})- Example Vuetify-Extra plugin installation in
plugins/vuetify-extra.js:
import Vue from 'vue'
import VuetifyExtra from '@menteora/vuetify-extra'
import '@menteora/vuetify-extra/dist/menteora.css'
Vue.use(VuetifyExtra)Docker Integration
- Install Docker (refer to official Guide)
- Install "Docker" Extension on VSCode
- Open Folder with VSCode
- Answer "Reopen in Container"

Project setup
See demo in action:
npm run serveCompiles and minifies Library for production
npm run buildLints and fixes files
npm run lintCustomize configuration
Update workflow
- Update & commit code
Github pages updates
- Update demo
npm run deploy:demo - Test demo
Github updates
- Update release inside package.json
- Tag commit
git tag v0.3.1 - Push Tags
git push origin --tags
Npm updates
- Update build
npm run build - Login on npm
npm login - Update package on npm
npm publish
1.0.33
5 years ago
1.0.32
5 years ago
1.0.31
5 years ago
1.0.37
5 years ago
1.0.36
5 years ago
1.0.35
5 years ago
1.0.34
5 years ago
1.0.39
5 years ago
1.0.38
5 years ago
1.0.40
5 years ago
1.0.44
5 years ago
1.0.43
5 years ago
1.0.42
5 years ago
1.0.41
5 years ago
1.0.48
5 years ago
1.0.47
5 years ago
1.0.46
5 years ago
1.0.45
5 years ago
1.0.49
5 years ago
1.0.51
5 years ago
1.0.50
5 years ago
1.0.29
5 years ago
1.0.28
5 years ago
1.0.30
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.22
5 years ago
1.0.21
5 years ago
1.0.20
5 years ago
1.0.26
5 years ago
1.0.25
5 years ago
1.0.24
5 years ago
1.0.23
5 years ago
1.0.27
5 years ago
1.0.14
5 years ago
1.0.11
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.10
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.6-alpa
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago