Mostrando las entradas con la etiqueta Vue.js. Mostrar todas las entradas
Mostrando las entradas con la etiqueta Vue.js. Mostrar todas las entradas

martes, 29 de septiembre de 2020

Con que framework debo desarrollar un sistema web??


Esta pregunta me la hizo un alumno y quiero compartir mi respuesta. 

Existen muchas opciones pero es bueno ir por donde va la industria, es decir utilizar lo más usado. Claramente hoy en día se utiliza un framework backend + un framewor front.Comunicados por Apis Rest.  

Por front podemos elegir : Angular, React o Vue , el mercado esta ahí. 

Por back tenes muchas opciones: java - spring boot, solución super probada y te va andar muy bien.

dot net - dot net core con MVC, un poco más nuevo pero anda muy bien y se usa mucho. 

Python: Django, viejito pero bueno,

Javascript con node y express. 

Y si te interesa arriesgarte y optar por algo nuevo tenes Go, con Echo o otros frameworks. 

miércoles, 15 de abril de 2020

Bootstrap + Vue = BootstrapVue


Te gusta Bootstrap y te gusta Vue entonces BootstrapVue es para vos!!

Como sabemos Bootstrap nos permite hacer aplicaciones web responsive y Vue es un framework front-end javascript que nos hace la vida muy fácil. Por ende con BootstrapVue podemos utilizar Vue con Bootstrap con los css de Bootstrap.

Con este framework utilizamos Bootstrap 4.

Como se instala? Primero que nada tengo que tener  instalado Vue y un proyecto creado. Si no saben como hacer esto pueden leer este post: https://emanuelpeg.blogspot.com/2020/04/como-instalar-vuejs.html

Luego tengo que instalar bootstrap-vue:

npm install bootstrap-vue

Y por ultimo, debemos registrar el complemento BootstrapVue como con las instrucciones del paquete web:

import Vue from 'vue'
import { BootstrapVue, BootstrapVueIcons } from 'bootstrap-vue'

import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'

Vue.use(BootstrapVue)
Vue.use(BootstrapVueIcons)

BootstrapVue fue librerado bajo licencia MIT.

Dejo link : https://bootstrap-vue.js.org/

domingo, 12 de abril de 2020

Como instalar vue.js ?


Vamos a instalar vue cli en Linux, yo tengo Fedora ahora, pero es medio lo mismo que con otros Linux o Windows o Mac.

Primero tenemos que instalar npm. Esto es muy fácil, hacemos en consola :

sudo dnf install nodejs

En fedora, CentOs, Red Hat y

sudo apt-get install nodejs

En Ubuntu, Debian, Mint, etc.

Instalado npm, ahora podemos instalar vue, como? así :

npm install -g @vue/cli

Ojo podemos utilizar yarn pero yo voy a utilizar npm.

Y listo!

Ahora podemos crear un proyecto, como? así :

vue create mi-proyecto

o de forma visual con:

vue ui

De forma visual, se abrirá un browser y podemos completar los datos.

Dejo link : https://cli.vuejs.org/

jueves, 17 de mayo de 2018

Vue Mastery

Quiero compartir este mail sobre la pagina Vue Mastery dado que hay muchos recursos del framework Vue.js, y nada más ...

We have brand new content for you.Can't see images? Click here...
The other day someone asked me:  
"How in the world can you afford to give the Vue Community so much free content?"
There is the free Vue Intro course, free VueConf videos, free Vue cheat sheet, and the free official Vue News Podcast.  There's a lot.
Well, the day has come where I hope that you might help us (and the Vue.js project itself) with a monthly subscription to make it all sustainable.  
0

What do you get?

First and foremost, $5 of your monthly subscription we give directly to the core Vue.js project.
Secondly, we have a plan to release one video a week to help on your path to Vue Mastery, and I just released the first lesson on myAdvanced Components course (see below).  Only subscribers get access to this content.
Thirdly, you help us continue to be able to afford to do the free things we do for the community (see above).
Click Here to Get Started

Advanced Components Course

In this course it is my goal to help you get better at using the full functionality of Vue, scaling and debugging your applications, extending Vue core functionality, and perhaps even contributing to the Vue project itself.  

We start by uncovering the secrets of Vue's reactivity system.  
Subscribe & Watch Video 🎥
0

Newest Features in Vue + Q&A with Evan You

Join 400+ people who have signed up for a free guided tour of the newest features of Vue.js and get your questions answered by the man who created it, Evan You.
0

17 VueConf Lightning Talks

Last week we polished and released all 17 lightning talks from VueConf US.  These are all free.  From Adam Jahr talking about 5 Libraries you should know about, to Sean "Webpack" Larkin talking about Code Splitting patterns in Vue, there's something here for everyone.
We even had Derick Sozo watch them all and write up an article on5 lightning talks from VueConf.US you can't miss.  Yup, free.
0

🎧 Oh, and a new Podcast

Adam and I cover the latest news in the Vue.js community in just 5 minutes, so you can listen in your car, on the train, or when you're washing your cat.  Yup, it's free too. You can listen to it hereOr subscribe to it below.

🍏 Apple Podcasts, 🤖 AndroidStitcher, or RSS

Not going to be paying for a subscription?

Totally understand if you're not in a position to help us out right now, we're still going to be producing lots of free stuff.  Three things you could do instead if you wanted to be nice:
1. Ask your boss to pay for a subscription, and get us in touch. 
2. Help us promote! Forward this email or retweet this tweet.
3. Respond to this email and let us know what we could do to get you to subscribe.
0
Thanks for reading!
Gregg Pollack
Founder of Vue Mastery
Vue Mastery
You received this email because you wanted to start your journey to Vue Mastery.  If you aren't interested in learning Vue, feel free to:
MailerLite