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

https://github.com/scriptedalchemy/with-rspack-demo

Demo application that bundle with rspack
https://github.com/scriptedalchemy/with-rspack-demo

Last synced: 3 months ago
JSON representation

Demo application that bundle with rspack

Awesome Lists containing this project

README

          

# Your App

## Prerequisites

1. [Node.js LTS](https://github.com/nodejs/Release)
* [Automatically call nvm use](https://github.com/nvm-sh/nvm#deeper-shell-integration)

## Get Started

按开发环境的要求,运行和调试项目

```
dev
```

继续创建更多项目要素,比如应用入口

```
new
```

其他

```
build # 按生产环境的要求,构建项目
serve # 按生产环境的要求,运行项目
```