File: /home/wbwebdes/domains/survey.wb-webdesign.com/private_html/tmp/assets/d132785e/README.md
# adminsidepanel
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Compiles for development
```
yarn run build --mod development
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).