sissaNassir / weather-vortex-client

Client for Weather Vortex Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Vortex Client

Client for Weather Vortex Project.

Branch Status Link
main Deploy to Github Pages Weather Vortex Client

Table of Contents

How To

Project setup

After clone this project, run this command to install all necessary dependencies:

npm i

Compiles and hot-reloads for development

This command enable hot-reloads!

After have modified a source file, save any change and wait for reloading. You'll see your changes in your browser without reloading the page.

npm run serve

Test project

To run unit tests, use this command:

npm run test:unit

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Containerization

To build your container: sudo docker build -t antonioparolisi/wv-client .

To run your container: sudo docker run -it -p 8080:80 antonioparolisi/wv-client

Customize configuration

See Configuration Reference.

About

Client for Weather Vortex Project.

License:GNU General Public License v3.0


Languages

Language:Vue 88.0%Language:JavaScript 9.2%Language:HTML 2.5%Language:Dockerfile 0.3%