bridge/website/README.md
2021-01-18 19:39:16 +01:00

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/).