https://github.com/swuecho/vue_css_bug_rsbuild
https://github.com/swuecho/vue_css_bug_rsbuild
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swuecho/vue_css_bug_rsbuild
- Owner: swuecho
- Created: 2025-03-08T01:37:44.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-08T01:39:53.000Z (about 2 months ago)
- Last Synced: 2025-03-08T02:25:06.134Z (about 2 months ago)
- Language: Vue
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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:
```bash
pnpm dev
```Build the app for production:
```bash
pnpm build
```Preview the production build locally:
```bash
pnpm preview
```