# reasy-vue-cli

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run dev
```

### Compiles dll Plugins
```
npm run dll
```

### Compiles and minifies for production
```
npm run build
```

### Run local Server with Mock
```
npm run server
```

### Customize configuration
See [Configuration Reference](https://github.com/reasyTeam/reasy-vue-cli).
