proyectos que usan vue gitlab, stylesage, Alibaba, xaomi, codeship
Conferencias. vueconf 2017, polonia vuejs london, meetap
Atomic web desing - Bad Frost
proyectos que usan vue gitlab, stylesage, Alibaba, xaomi, codeship
Conferencias. vueconf 2017, polonia vuejs london, meetap
Atomic web desing - Bad Frost
| Webpack | |
| - Es un module Bundler for modern Javascript Application | |
| - Es un empaquetado de modulos para App modernas en JS | |
| Las app modernas tiene muchas assets,jpg, png, estilos, html, | |
| que se usan preprocesadores, como pug, sass, | |
| multiples cosas q se tiene q procesar, para q el navegador entienda. | |
| Para poder hacer esto se usa modulos en JS |
sequenceDiagram
subtask ->> history: rebase sprint
history --x sprint: merge history
sprint --x environment: rebase sprint| Private Sub showSelectedButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) | |
| Dim selectedIndex As Integer | |
| selectedIndex = comboBox1.SelectedIndex | |
| Dim selectedItem As Object | |
| selectedItem = comboBox1.SelectedItem | |
| MessageBox.Show("Selected Item Text: " & selectedItem.ToString() & Microsoft.VisualBasic.Constants.vbCrLf & _ | |
| "Index: " & selectedIndex.ToString()) | |
| End Sub |
| // version-brackes-model.ts | |
| class ComponentVersion { | |
| _typeVehicle: String | |
| _info: String | |
| _version: String | |
| _self: Object | |
| _fields: any | |
| constructor () { | |
| } |
| .icon-loader | |
| &.is-loading | |
| &:after | |
| content '\2234' | |
| animation rotate_loading 1s linear infinite | |
| display block | |
| width 20px | |
| height 20px | |
| position absolute | |
| line-height 1 |
| https://www.npmjs.com/package/vue-authenticate | |
| https://www.npmjs.com/package/vue-factory | |
| https://github.com/dgrubelic/vue-authenticate/blob/master/example/index.js | |
| https://github.com/vuejs/vuex/issues/109 |