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

https://github.com/debonex/guiderjs

Customizable and animated library for creating user guide on your website.
https://github.com/debonex/guiderjs

guide intro javascript react typescript ui-library user-guide vue vue3

Last synced: 2 months ago
JSON representation

Customizable and animated library for creating user guide on your website.

Awesome Lists containing this project

README

          

# Guiderjs

A customizable and animated library for creating guide on your website.

[Document](https://debonex.github.io/guiderjs)

## Features

- 📦 Modern bundle
- 👌 Easy to use
- 🏳‍🌈 Support major frameworks (React,Vue)
- ⚡ Lightweight
- 🚧 Typescript support
- ✨ Customizable

## Get started

- [Vanilla](https://debonex.github.io/guiderjs/docs/react/Get%20started)
- [React](packages/react/README.md)
- [Vue3](packages/vue3/README.md)

## Development

Run the flowing commands to develop locally. (use `pnpm v7` to manage packages and workspace.)

```shell
$ pnpm i

# Build core module
$ pnpm build

$ pnpm dev
```

If you need hot module load of core module, import from "@core/index" instead of "@guiderjs/core", then you can skip pnpm build

### Develop docs

```shell
$ pnpm dev:docs
```