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.
- Host: GitHub
- URL: https://github.com/schafeld/listing-app
- Owner: schafeld
- Created: 2023-03-21T09:23:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T13:38:19.000Z (over 3 years ago)
- Last Synced: 2025-10-10T04:54:18.231Z (10 months ago)
- Topics: javascipt, vue, vuejs2
- Language: JavaScript
- Homepage:
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.