Socket
Book a DemoInstallSign in
Socket

@builder.io/create-mitosis

Package Overview
Dependencies
Maintainers
21
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/create-mitosis

CLI to create a new Mitosis project from a template.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
21
Created
Source

Mitosis Mono-repo Starter

This is a mono-repo for Mitosis libraries. It contains a few workspaces to get you started.

Workspaces

  • library: workspace containing your Mitosis project.
  • test-apps: dev servers that import your Mitosis components. Useful for testing your library.

Developing

  • Run Mitosis in watch mode
cd library
npm run start
  • If the output has its own bundling step (like Svelte/Qwik), you will need to run that build step in a separate terminal:
cd library/packages/qwik
npm run build:watch
  • Finally, run the corresponding test server of your library from the previous step to see your Mitosis project in action:
cd test-apps/qwik
npm run dev

Next up

If you want to add more outputs, or configure Mitosis in any way, you will need to update the mitosis.config.js file in the root of your project. Check our configuration docs for how to setup the Mitosis config file.

FAQs

Package last updated on 11 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts