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.
Using npm, you can install the dependencies with the following command:
npm run installOr, using yarn, you can install the dependencies with the following command:
yarn installTo run the project, you can use the following command:
npm run serveYou can also use yarn to run the project:
yarn serveSome tests were made using Jest. To run the tests, you can use the following command:
npm run test:unitOr, using yarn, you can run the tests with the following command:
yarn test:unitYou can see the project running here.
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.
Usando npm, você pode instalar as dependências com o seguinte comando:
npm run installOu, usando yarn, você pode instalar as dependências com o seguinte comando:
yarn installPara executar o projeto, você pode usar o seguinte comando:
npm run serveVocê também pode usar o yarn para executar o projeto:
yarn serveAlguns testes foram feitos usando Jest. Para executar os testes, você pode usar o seguinte comando:
npm run test:unitOu, usando yarn, você pode executar os testes com o seguinte comando:
yarn test:unitVocê pode ver o projeto rodando aqui.