https://github.com/luizengdev/ranek
E-Commerce criado durante a realização do curso Vue.js 2 completo.
https://github.com/luizengdev/ranek
Last synced: 2 months ago
JSON representation
E-Commerce criado durante a realização do curso Vue.js 2 completo.
- Host: GitHub
- URL: https://github.com/luizengdev/ranek
- Owner: luizengdev
- Created: 2023-01-07T19:11:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T19:18:11.000Z (over 2 years ago)
- Last Synced: 2025-01-25T09:42:04.489Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 1.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Projeto
Sistema web para compra e venda de produtos. Projeto final desenvolvido no curso da [Origamid](https://www.origamid.com/).
### Conceitos abordados
- Consumo de api com o uso da lib [axios](https://github.com/axios/axios).
- Controle de rotas com [Vue Router](https://router.vuejs.org/).
- Controle de estudos e mutações das functions utilizando [Vue X](https://vuex.vuejs.org/).
- Uso de flexbox para alinhar e ajustar elementos na página.
## :rocket: Tecnologias
- [Vue](https://vuejs.org/guide/introduction.html)
- [Vue Router](https://router.vuejs.org/)
- [Vue X](https://vuex.vuejs.org/)
- [Axios](https://github.com/axios/axios)
## 📥 Instalação e execução
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).