https://github.com/henrilhos-archives/second-degree-equation
A second-degree equation calculator made with Vue.js
https://github.com/henrilhos-archives/second-degree-equation
javascript math second-degree vue
Last synced: about 2 months ago
JSON representation
A second-degree equation calculator made with Vue.js
- Host: GitHub
- URL: https://github.com/henrilhos-archives/second-degree-equation
- Owner: henrilhos-archives
- Created: 2019-03-27T13:24:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-11T13:41:37.000Z (7 months ago)
- Last Synced: 2025-11-11T15:21:17.642Z (7 months ago)
- Topics: javascript, math, second-degree, vue
- Language: Vue
- Homepage: https://castilh0s.github.io/second-degree-equation/
- Size: 3.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Equação de Segundo Grau
Projeto realizado para a matéria de matemática computacional.
Para visualizar a calculadora rodando no GH Pages, [clique aqui](https://castilh0s.github.io/second-degree-equation/).
Para visualizar o construtor e os métodos que realizam os cálculos, [clique aqui](https://github.com/castilh0s/second-degree-equation/blob/master/src/assets/second-degree-equation.js).
## Configurar o projeto
```bash
npm install
```
### Compilar o projeto localmente
```bash
npm run serve
```
### Compilar para produção
```bash
npm run build
```