Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucashdoa/ranek

📚 Rebuilding the final project for the Vue.js course ministered by Andre Rafael at Origamid on my own.
https://github.com/lucashdoa/ranek

Last synced: about 2 months ago
JSON representation

📚 Rebuilding the final project for the Vue.js course ministered by Andre Rafael at Origamid on my own.

Awesome Lists containing this project

README

        

# ranek

## About

This project is a clone of the final project for the Vue.js course by Origamid. But this time i'm rebuilding it without watching the videos.
You can see the original Ranek project [here](https://ranek.origamid.dev/).

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Run your unit tests

```
yarn test:unit
```

### Run your end-to-end tests

```
yarn test:e2e
```

### Lints and fixes files

```
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).