https://github.com/phalbert/libro
Vue 3 app to test composition, jsx, hooks, and vite
https://github.com/phalbert/libro
composition-api hooks jsx vite vue3 vue3-composition-api vue3-hooks vue3-jsx
Last synced: 6 months ago
JSON representation
Vue 3 app to test composition, jsx, hooks, and vite
- Host: GitHub
- URL: https://github.com/phalbert/libro
- Owner: phalbert
- Created: 2020-08-22T09:48:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T11:58:07.000Z (over 5 years ago)
- Last Synced: 2025-03-16T21:14:57.585Z (about 1 year ago)
- Topics: composition-api, hooks, jsx, vite, vue3, vue3-composition-api, vue3-hooks, vue3-jsx
- Language: JavaScript
- Homepage: http://libro.hpal.xyz
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libro
> Vue 3 app to test composition, jsx, hooks, and vite
Libro is spanish for `book`. While building a book catalog app, I will test the Vue 3 api and try to write as much react in vue.
- [ ] Hooks to share reusable functions in components
- [ ] Context and provider for global settings like language and theme. [e.g.](https://markus.oberlehner.net/blog/context-and-provider-pattern-with-the-vue-3-composition-api/)
- [ ] [Vuex](https://vuex.vuejs.org/guide/)/[Zustand](https://github.com/react-spring/zustand)(hook based store)/[Overmind](https://overmindjs.org/) for the store.
- [ ] Tailwind and SASS for styling