https://github.com/sanyuan0704/asset-source-demo
https://github.com/sanyuan0704/asset-source-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanyuan0704/asset-source-demo
- Owner: sanyuan0704
- Created: 2023-10-30T11:05:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T11:06:30.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T22:08:17.777Z (6 months ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rsbuild Project
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```
pnpm dev
```Build the app for production:
```
pnpm build
```Preview the production build locally:
```
pnpm serve
```