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

https://github.com/schafeld/listing-app

Demo app with Vue, Vue-Select, and a simple text DB.
https://github.com/schafeld/listing-app

javascipt vue vuejs2

Last synced: 6 months ago
JSON representation

Demo app with Vue, Vue-Select, and a simple text DB.

Awesome Lists containing this project

README

          

# listing-app
Demo app with Vue2 and Vue-Select.

## Attribution

### Starter Files / Inspiration
Based on [Coursera guided course](https://www.coursera.org/learn/university-index-vuejs/ungradedLti/BDxG6/write-a-university-index-web-app-with-vuejs). Work in progress...

### Image/s
- bkg.jpg is based on [Brown-wooden-shelf-with-books, O. Bohovyk](https://www.pexels.com/photo/brown-wooden-shelf-with-books-3646172/), used with [license](https://www.pexels.com/license/)

## Notes:

Important: The db.js needs to be saved as "UTF-8 with BOM" (use Sublime Text or similar to save as this format), otherwise the special characters (ä, ü, ć, ...) will not be displayed correctly.