Nuevamente, mi recomendacion para Platzi es que saquen un curso con servidores reales y no a traves de terceros para hacer los deploys de las aplicaciones…😁👍
Introducción
Bienvenidos al Curso Profesional de VueJS
Introducción a VueJS
CLI y Dev Tools
Herramientas y Experiencia de Desarrollo + Archivos .vue
CLI - Hello World
Webpack
Babel
Eslint
SASS y BULMA
PUG
Ejercicio de SASS y PUG
Ejercicio Avanzado de Pug y SASS
Manipulación del DOM
Expresiones
Directivas
Data Binding
Computed properties
Watchers
Eventos
Integración a Platzi Music
Ejercicio de Manipulación del DOM
REST y HTTP
Servicios
Fetch API & Trae
Consumir API's REST
Sistema de Componentes
Component
Creación de componentes
Reactividad
Ciclo de vida
Comunicación entre componentes padres e hijos
Comunicación de hijos hacia padres
Utilización de Slots
Comunicacion entre Componentes Genericos - Event Bus y Plugins
Vue Router
Introducción a Vue Router
Instalar vue-router y configurar router view
Crear y Navegar Rutas con router-link
Extendiendo VueJS
Modifiers
Filtros
Directivas Personalizadas
Mixins
Clases, Animaciones y Transiciones36
Vue Transitions y Animaciones de CSS
Vuex
Estado Centralizado, Flux y Vuex
State
Mutations
Getters
Actions
Integración a Platzi Music
Nuxt.js
Server Side Rendering
Nuxt.js
Conceptos Básicos de Nuxt
Deploy a Producción con Now
Qué es now
Configuración de now y deploy
Conclusiones
Cierre del curso
Bonus
Internacionalización con vue-i18n
Unit Test Karma - Mocha & Webpack
Implementación de Autenticación de Usuarios en Vue usando JWT
You don't have access to this class
Keep learning! Join and start boosting your career
Web applications have transformed the way we interact with technology, and deploying them in production is the final step for our users to access them. NOW is a revolutionary service that allows you to bring your application to production in a simple and efficient way. Designed to support NodeJS and JavaScript applications, as well as Docker integrations, NOW is a key tool for developers looking for efficiency and speed.
NOW offers two types of accounts: free for open source projects and paid accounts that allow you to scale and manage more traffic. With a couple of steps you can have your web application fully operational and accessible to users.
Installing NOW is a simple process that will allow you to integrate the service directly into your development workflow. Follow these steps:
Register with NOW:
NOW client installation:
npm install -g now
to install the NOW application globally on your system.npm install -g now
Recommendation: If you are using Windows, consider using Git Bash or a similar environment that emulates Unix behavior for a better command line experience.
Log in to NOW:
now login
to log in.now login
Note: After confirmation in the browser, you will be authorized to use the NOW service on your terminal.
With NOW, application deployment becomes a fast and efficient task, freeing you from the stress associated with server management and complex configurations.
NOW is a tool that optimizes developer workflow, minimizing complexity and maximizing productivity. Plus, for those working with open source projects, the free option allows you to keep costs low while developing and testing.
Remember that getting started with NOW is just the beginning. Once you are familiar with its basic features, you can explore advanced configurations and customizations to get the most out of this powerful service. Your journey to successful application deployment begins today!
Contributions 8
Questions 1
Nuevamente, mi recomendacion para Platzi es que saquen un curso con servidores reales y no a traves de terceros para hacer los deploys de las aplicaciones…😁👍
Hoy en día se usa Vercel: Nuxt - Vercel
En el curso básico usamos otro servicio para hacer deployment, lo que me hace pensar que también podría hacerse deployment desde un vps propio, aunque aún no veo cómo se haría esto
Now es muy bueno para proyectos como los que se hacen en los cursos
enlace de la documentacion actual de now para el deploy de aplicaciones con Nuxt.js
https://zeit.co/guides/deploying-nuxtjs-with-zeit-now/
http://zeit.co/now ya no esta
Ahora es Vercel
https://vercel.com/home
Want to see more contributions, questions and answers from the community?