Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jreyesr/book_of_ideas
The Book Of Ideas allows you to store interesting information that you might need In The Future (TM), but that you will have forgotten when the time comes. Also doubles as a reading list.
https://github.com/jreyesr/book_of_ideas
quasar-framework vue
Last synced: about 1 month ago
JSON representation
The Book Of Ideas allows you to store interesting information that you might need In The Future (TM), but that you will have forgotten when the time comes. Also doubles as a reading list.
- Host: GitHub
- URL: https://github.com/jreyesr/book_of_ideas
- Owner: jreyesr
- Created: 2021-08-28T17:57:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T03:02:58.000Z (over 3 years ago)
- Last Synced: 2024-11-06T23:24:59.774Z (3 months ago)
- Topics: quasar-framework, vue
- Language: JavaScript
- Homepage: https://jreyesr.github.io/book_of_ideas
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Of Ideas (book_of_ideas)
[![Build and Deploy](https://github.com/jreyesr/book_of_ideas/actions/workflows/deploy.yml/badge.svg)](https://github.com/jreyesr/book_of_ideas/actions/workflows/deploy.yml)
[Visit the app!](https://jreyesr.github.io/book_of_ideas)
A little app to keep track of interesting ideas (web pages/services, libraries, frameworks, whatever) that you come across in your Internet travels.
Works on your own device (no data is ever transferred to any server).
## Development
### Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
yarn dev
```### Lint the files
```bash
yarn lint
```### Build the app for production
```bash
yarn build
```### Customize the configuration
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).