@uiw/react-run-web
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Run Web

Buy me a coffee Build & Deploy Coverage Status Open in unpkg npm bundle size npm version Open in Gitpod

Online Code Editor for Rapid Web Development, Preview Demo.

Install

npm install @uiw/react-run-web

Usage

import RunWeb from '@uiw/react-run-web';

<RunWeb
  css="div {color:red;}"
  js="console.log('hello world!')"
  html="<div>hello world!</div>"
/>

Props

interface RunWebProps extends React.IframeHTMLAttributes<HTMLIFrameElement> {
  css?: string;
  js?: string;
  html?: string;
  title?: string;
  head?: React.ReactNode;
}

Online Code Preview

Preview Demo Example.

https://uiwjs.github.io/react-run-web#/?html=...&js=...&css=...

Development

Runs the project in development mode.

# Step 1, run first, listen to the component compile and output the .js file
# listen for compilation output type .d.ts file
npm run watch
# Step 2, development mode, listen to compile preview website instance
npm run start

production

Builds the app for production to the build folder.

npm run build

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

Package Sidebar

Install

npm i @uiw/react-run-web

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

297 kB

Total Files

16

Last publish

Collaborators

  • uiwjs
  • wcjiang