tethys.frontend/README.md
2024-05-10 10:47:21 +02:00

622 B

tethys.frontend is a typescript-vueapp

test

Project setup

npm install

create .env file for environments

cp .env.example .env

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
After building, copy the dist folder to the web root of your Nginx server.

Lints and fixes files

npm run lint

Customize build and dev configuration

See Configuration Reference.