An open API service indexing awesome lists of open source software.

https://github.com/json-drived-configurable-platform/cp-example

Example site for Configurable Platform(https://json-drived-configurable-platform.github.io/cp). Preview at:https://json-drived-configurable-platform.github.io/cp-example/#/home
https://github.com/json-drived-configurable-platform/cp-example

configurable-platform enterprise-applications enterprise-architecture template-reuse

Last synced: 8 months ago
JSON representation

Example site for Configurable Platform(https://json-drived-configurable-platform.github.io/cp). Preview at:https://json-drived-configurable-platform.github.io/cp-example/#/home

Awesome Lists containing this project

README

          

# cp-example

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).