Skip to content

This is a simple binary to decimal converter made with Vue.js. It is part of a portfolio of projects that I'm doing to support my classes, and make available to my students.

Notifications You must be signed in to change notification settings

eduardo-da-silva/bin2dec-Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary to Decimal (bin2dec)

This is a simple binary to decimal converter made with Vue.js. It is part of a portfolio of projects that I'm doing to support my classes, and make available to my students.

Installation

Using npm, you can install the dependencies with the following command:

npm run install

Or, using yarn, you can install the dependencies with the following command:

yarn install

Executing the project

To run the project, you can use the following command:

npm run serve

You can also use yarn to run the project:

yarn serve

Running the tests

Some tests were made using Jest. To run the tests, you can use the following command:

npm run test:unit

Or, using yarn, you can run the tests with the following command:

yarn test:unit

Online demo

You can see the project running here.

Binário para decimal (bin2dec)

Este é um simples conversor de binário para decimal feito com Vue.js. Ele faz parte de um portfólio de projetos que estou fazendo para apoiar minhas aulas e disponibilizar para meus alunos.

Instalação

Usando npm, você pode instalar as dependências com o seguinte comando:

npm run install

Ou, usando yarn, você pode instalar as dependências com o seguinte comando:

yarn install

Executando o projeto

Para executar o projeto, você pode usar o seguinte comando:

npm run serve

Você também pode usar o yarn para executar o projeto:

yarn serve

Executando os testes

Alguns testes foram feitos usando Jest. Para executar os testes, você pode usar o seguinte comando:

npm run test:unit

Ou, usando yarn, você pode executar os testes com o seguinte comando:

yarn test:unit

Demonstração online

Você pode ver o projeto rodando aqui.

About

This is a simple binary to decimal converter made with Vue.js. It is part of a portfolio of projects that I'm doing to support my classes, and make available to my students.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published