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.
- Host: GitHub
- URL: https://github.com/runowjs/runow
- Owner: runowjs
- License: mit
- Created: 2024-12-14T06:53:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T05:01:51.000Z (about 1 year ago)
- Last Synced: 2025-10-19T14:51:10.070Z (8 months ago)
- Topics: build, create-app, frontend, javascript, react, runow, templates, vue
- Language: TypeScript
- Homepage: https://runow.dev
- Size: 229 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh_CN.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
...