sms-receiver/frontend
Pablo Aramburo b639ed5157 [add] Initial commit
Boilerplate + sops encrypted envs
2022-08-22 14:17:56 -06:00
..
public [add] Initial commit 2022-08-22 14:17:56 -06:00
src [add] Initial commit 2022-08-22 14:17:56 -06:00
tests/unit [add] Initial commit 2022-08-22 14:17:56 -06:00
.dockerignore [add] Initial commit 2022-08-22 14:17:56 -06:00
.gitignore [add] Initial commit 2022-08-22 14:17:56 -06:00
babel.config.js [add] Initial commit 2022-08-22 14:17:56 -06:00
Dockerfile [add] Initial commit 2022-08-22 14:17:56 -06:00
nginx-backend-not-found.conf [add] Initial commit 2022-08-22 14:17:56 -06:00
package.json [add] Initial commit 2022-08-22 14:17:56 -06:00
README.md [add] Initial commit 2022-08-22 14:17:56 -06:00
tsconfig.json [add] Initial commit 2022-08-22 14:17:56 -06:00
tslint.json [add] Initial commit 2022-08-22 14:17:56 -06:00
vue.config.js [add] Initial commit 2022-08-22 14:17:56 -06:00

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit