24 lines
341 B
Markdown
24 lines
341 B
Markdown
# @wulkanowy/bridge-website
|
|
|
|
## Project setup
|
|
```
|
|
pnpm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
pnpm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
pnpm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
pnpm run lint
|
|
```
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|