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
- Host: GitHub
- URL: https://github.com/scriptedalchemy/with-rspack-demo
- Owner: ScriptedAlchemy
- Created: 2023-02-16T18:05:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:34:56.000Z (over 2 years ago)
- Last Synced: 2024-10-06T01:22:51.161Z (over 1 year ago)
- Size: 117 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 # 按生产环境的要求,运行项目
```