This repository contains the web part of Tags Drive.
The basic information and FAQ can be found in the tags-drive/tags-drive repository.
public
– HTML templates and static filessrc/global
– global classes, Vue components, styles and etc.src/index
– index pagesrc/login
– login pagesrc/mobile
– mobile version
npm run build
– build for productionnpm run serve
– run local version with auto rebuild on code changenpm run lint
– lint code
Var | Description |
---|---|
VUE_APP_HOST |
Backend host |
VUE_APP_VERSION |
Version |
You can bring up a local version of backend of Tags Drive to develop and test frontend (you need Docker)
- Clone tags-drive/core with
git clone https://github.com/tags-drive/core.git
. You can add--single-branch
and--depth 1
args to clone only last commit - CD to
core
folder - Run
python scripts\docker\run_docker.py
. You can change behavior of the script. Just use-h
arg to learn all available options