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
- Host: GitHub
- URL: https://github.com/json-drived-configurable-platform/cp-example
- Owner: JSON-Drived-Configurable-Platform
- Created: 2019-09-04T14:12:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:01:31.000Z (over 3 years ago)
- Last Synced: 2025-04-02T22:41:50.552Z (about 1 year ago)
- Topics: configurable-platform, enterprise-applications, enterprise-architecture, template-reuse
- Language: JavaScript
- Homepage:
- Size: 14.3 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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/).