Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxx2104/yomu
PWA RSS Reader 📖
https://github.com/jaxx2104/yomu
Last synced: about 1 month ago
JSON representation
PWA RSS Reader 📖
- Host: GitHub
- URL: https://github.com/jaxx2104/yomu
- Owner: jaxx2104
- Created: 2018-05-01T08:22:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T17:14:14.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T06:15:37.648Z (2 months ago)
- Language: Vue
- Homepage: https://yomu.jaxx2104.info
- Size: 1.57 MB
- Stars: 12
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yomu
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your end-to-end tests
```
yarn run test:e2e
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).