Licence
MIT
Version
0.2.7
Deps
0
Size
37 kB
Vulns
0
Weekly
0
Guiderjs
A customizable and animated library for creating guide on your website.
Features
- Modern bundle
- Easy to use
- Support major frameworks (React,Vue)
- Lightweight
- Typescript support
- Customizable
Get started
Development
Run the flowing commands to develop locally. (use pnpm v7 to manage packages and workspace.)
$ 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
$ pnpm dev:docs