Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giu7d/vue-studies

Learning new Vue skills! 🔥️
https://github.com/giu7d/vue-studies

Last synced: 1 day ago
JSON representation

Learning new Vue skills! 🔥️

Awesome Lists containing this project

README

        

# Vue Studies

Learning new Vue skills! 🔥️

![](screenshots/vue-studies.png)

## Getting Started

This repo contains a Vue project with the UI inspired by the [fireship](https://www.youtube.com/watch?v=biOMz4puGt8) flexbox tutorial.

### Install & Run

Clone this repo!

```
git clone
cd
```

To **Install** this project, run inside the _repo_:

```
yarn install
```

To **Run** this project, execute:

```
yarn serve
```

## Features

- [x] Components
- [x] Flexbox (CSS3)
- [x] State
- [x] Lifecycles
- [x] Services
- [x] Routes
- [ ] Vuex
- [ ] Testing

## Build With

- @vue/cli 4.2.3