meiliweb
1.3
Meiliweb is a web-based administration panel that helps you store, organize and visualize data in your Meilisearch instances.
You can run Meilweb on your search instances, provided they expose appropriate CORS headers, on https://meiliweb.pages.dev.
Meiliweb is a Nuxt 3 single-page application that entirely runs on the client side.
If you have some basics with Vue and TailwindCSS, you will easily figure out how this application has been structured.
Yarn is required to install packages.
Feel free to contribute!
git clone https://github.com/bpolaszek/meiliweb.git
cd meiliweb
yarn install
yarn dev
yarn build && yarn preview
yarn lint
yarn format