# linshare-ui-upload-request **Repository Path**: mirrors_linagora/linshare-ui-upload-request ## Basic Information - **Project Name**: linshare-ui-upload-request - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linshare-ui-upload-request ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Update software version (pom.xml and package.json) ``` mvn versions:set -DnewVersion=4.1.0-SNAPSHOT && mvn validate -Pupdate-version ``` ### package this software ``` mvn package ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).