0.1.0 • Published 2 years ago

create-instant-meilisearch v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-instant-meilisearch

The project and reposiory as a whole is based on the create-vite repository and uses the same base template as the latter.

All templates comes with a working demo on a video games dataset.

Scaffolding Your First Instant MeiliSearch Project

Compatibility Note: Vite requires Node.js version >=12.0.0.

With NPX:

npx create-instant-meilisearch

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

npx create-instant-meilisearch --template vue

Currently supported template presets include:

  • vanilla
  • vanilla-ts
  • vue
  • vue-ts
  • xreact
  • react-ts
  • preact
  • preact-ts
  • lit
  • lit-ts
  • svelte
  • svelte-ts

Community Templates

create-instant-meilisearch is a tool to quickly start an instant-meilisearch app from a basic template for popular frameworks.