/linshare-ui-admin

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

linshare-ui-admin

Project setup

yarn

Compiles and hot-reloads for development

yarn run dev

# Development with a custom backend API base url

BACKEND_API_URL='https://example.linshare.org' yarn run dev

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

# Fix lint errors

yarn run lint:fix