Socket
Book a DemoInstallSign in
Socket

@builder.io/create-mitosis

Package Overview
Dependencies
Maintainers
13
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.

npmnpm
Version
0.0.1
Version published
Weekly downloads
40
344.44%
Maintainers
13
Weekly downloads
 
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: the workspace containing your Mitosis project.
  • servers: the workspace containing servers that import your Mitosis servers

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/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 servers/qwik
npm run dev

FAQs

Package last updated on 21 Nov 2023

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