Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lucashdoa/ranek
- Owner: lucashdoa
- Created: 2021-07-24T18:17:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T19:51:51.000Z (over 3 years ago)
- Last Synced: 2023-06-16T03:28:14.467Z (over 1 year ago)
- Language: JavaScript
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).