suapapa / diagrams_fe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diagrams-front

Test with yarn in local

Install dependencies:

yarn install

Compiles and hot-reloads for development:

yarn serve

Compiles and minifies for production:

yarn build

Lints and fixes files:

yarn lint

Build

Build image:

docker build --build-arg=URL_PREFIX=dsb -t dsb:dev

Run container:

docker run -it --rm -p 8080:80 --name dsb dsb:dev

Reference

About


Languages

Language:Vue 61.2%Language:JavaScript 17.4%Language:HTML 13.2%Language:Dockerfile 4.0%Language:Shell 3.4%Language:Makefile 0.9%