Create VisActor App is a CLI tool that helps you quickly create web applications with the VisActor library. In other words, it provides boilerplates for integrating frontend frameworks with the VisActor library.
You can use npm
, yarn
or pnpm
to install the CLI tool.
Please refer to the Installation documentation for more details.
For development:
pnpm link-cli
- Workflow: changesets, versioning, release workflow (important)
- ESLint, Prettier better monorepo configuration (important)
- CLI:
- execa new version grammars
- refactor and restructure the code
- Template:
- Next.js demo template:
- Bug: Calendar (important)
- Bug: add grid css back
- Improve: Font
- Delete prettier config
- Next.js minimal template
- Upgrade Tailwind to v4
- Svelte Kit template (important)
- Next.js demo template:
- Documentation Website
- Github Management:
- Protect main branch
- [-] Contribution guidelines (important)
- [-] Issue templates (important)
- [-] PR templates + PR linting (important)
- More ESLint and TS Configuration rules
- E2E Testing