Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! 🔥️
- Host: GitHub
- URL: https://github.com/giu7d/vue-studies
- Owner: giu7d
- Created: 2020-03-18T15:53:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:57:20.000Z (about 2 years ago)
- Last Synced: 2023-03-06T21:00:25.665Z (almost 2 years ago)
- Language: Vue
- Homepage:
- Size: 3.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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