24 lines
149 B
Markdown
24 lines
149 B
Markdown
### Install
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
### Build
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
### Serve
|
|
|
|
```bash
|
|
npx serve dist/
|
|
```
|
|
|
|
or
|
|
|
|
```bash
|
|
npx vite preview
|
|
```
|