Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marihemori/simple-recipe
https://github.com/marihemori/simple-recipe
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/marihemori/simple-recipe
- Owner: marihemori
- Created: 2023-09-15T00:45:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T01:21:53.000Z (about 1 year ago)
- Last Synced: 2024-10-13T02:47:19.938Z (about 1 month ago)
- Language: JavaScript
- Size: 3.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-recipes
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).