An open API service indexing awesome lists of open source software.

https://github.com/runowjs/runow

Create a javascript app and run now! It's quick.
https://github.com/runowjs/runow

build create-app frontend javascript react runow templates vue

Last synced: 3 months ago
JSON representation

Create a javascript app and run now! It's quick.

Awesome Lists containing this project

README

          


Runow logo

# Runow

快速创建JavaScript应用且立即运行!

[文档](https://runow.dev/) •
[NPM](https://www.npmjs.com/package/create-runow) •
[更新日志](https://github.com/runowjs/runow/blob/main/CHANGELOG.md) •
[English](https://github.com/runowjs/runow/blob/main/README.md)

### [_快速开始!_](https://runow.dev/guide/getting-started)

## 开始

```bash
$ npm create runow@latest
```

然后按提示操作!

您还可以通过其他命令行选项直接指定项目名称和要使用的模板。例如,要搭建 React + Vite 项目的基架,请运行:

使用 NPM
```bash
# npm 7+,需要添加额外的 --:
npm create runow@latest my-app -- --template react-vite
```

使用 Yarn
```bash
yarn create runow your-app-name --template react-vite
```

使用 PNPM
```bash
pnpm create runow your-app-name --template react-vite
```

使用 Bun
```bash
bun create runow your-app-name --template react-vite
```

## 模板

- [x] React
- [x] Vue
- [ ] Angular
- [ ] Svelte
- [ ] Solid
- [ ] Astro
- [ ] Vanilla
- [ ] Cross

...