devpro-br / hackernews-clone

Confraria DevPro - Formação FULLSTACK
hackernews-clone-nine.vercel.app
GNU Affero General Public License v3.0
23 stars 13 forks source link

Aula 1 - Tópicos #8

Open huogerac opened 3 years ago

huogerac commented 3 years ago

Aula 1

Vamos colocar o chapéu do FRONTEND, vamos codar uma versão inicial e tentar fazer deploy já no dia 1

Requisitos

5 Instalar Node e NPM

Assuntos & Tarefas

Links: https://plataforma.dev.pro.br/42242-formacao-fullstack https://github.com/confraria-devpro/hackernews-clone/discussions

Gabrieltggv commented 2 years ago

Link do treinamento do vue brasil https://treinamento.vuejsbrasil.org/

diegomaranhao commented 2 years ago

Links citados na aula: https://evolutio.io/curso/minicurso_frontend_em_2018 https://evolutio.io/curso/minicurso_vuejs https://treinamento.vuejsbrasil.org/

https://cli.vuejs.org/guide/installation.html

https://vuetifyjs.com/en/

https://www.npmjs.com/package/json-server

Comandos úteis: $ vur ui $ vue create hackernewsclone $ npm run serve $ npm run build $ npm install json-server --save-dev $ npm install axios --save

huogerac commented 2 years ago

Links relacionados com a Aula 1

Referência base

Referência prática

Extra - Cursos gratuitos de VueJS