create-mobrowser-app
v2.1.0
Published
MōBrowser project scaffolding tool
Maintainers
Readme
MōBrowser Project Scaffolding Tool
This project scaffolding tool lets you create a new MōBrowser project with a single command.
To get started, use the following command:
npm create mobrowser-app@latestYou will be asked for:
- The project name
- The frontend framework
- The UI component library
- The language variant
- Whether to add a native C++ module
The currently supported frontend frameworks:
- React
- Vue
- Vanilla
- None (the frontend is a website)
The currently supported UI component libraries:
- Ant Design
- Material-UI
- Shadcn
- Quasar
The currently supported language variants:
- JavaScript
- TypeScript
