Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 621 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 621 Bytes

Admin panel

Admin panel for Access Control System. Simple UI for managing users, modules, permissions and requests.

Eslint + Stylelint

Project setup

yarn install

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Run unit tests

yarn test

Lints release/release candidate version

yarn rsc %release-version%

Build docker image with version

 docker build --no-cache --progress=plain --build-arg BUILD_VERSION=1.0.0-rc.0 -t vue-template .