# app-playground **Repository Path**: mirrors_owncloud/app-playground ## Basic Information - **Project Name**: app-playground - **Description**: Research on dynamic extensions for oCis and Phoenix - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-07 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-rollup-example Create a vue application `helloapp` which imports and uses a packaged vue component `helloworld` using different vue core and template-compiler version.s # Usage To build the helloworld component: `cd helloapp && yarn install && yarn run build` To build the helloapp application: `cd helloapp && yarn install && yarn run build` To test, you can also start a mini webserver for the vue application with `yarn run serve`