sms-receiver/frontend
Pablo Aramburo 983ce03fc8 [fix] Build deps and flower version
Fixes taken from the repo issues to enable building the frontend and the last known compatible flower version
2022-08-22 16:07:59 -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 [fix] Build deps and flower version 2022-08-22 16:07:59 -06:00
nginx-backend-not-found.conf [add] Initial commit 2022-08-22 14:17:56 -06:00
nginx.conf [fix] Build deps and flower version 2022-08-22 16:07:59 -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