An open API service indexing awesome lists of open source software.

https://github.com/edisdev/math-formulas-and-proofs

Math Formlas and Proofs
https://github.com/edisdev/math-formulas-and-proofs

firebase math mathematics vuejs

Last synced: about 1 year ago
JSON representation

Math Formlas and Proofs

Awesome Lists containing this project

README

          

# math-formulas

> math formulas and proofs

İlginç - Çok bilinen matematiksel formüller ( teoremler) ispatlarıyla beraber :)

Formül ve ispat eklemek için static dizinindeki formulas.json dosyasına item ekleyebilirsiniz. Daha sonra bunlar kontrol edip firebase veritabanına girilecektir.

Örnek veri yapısı :

```js
"32323234": {
"formulaName": "Prime",
"methods": {
"method1": {
"img": "",
"text": ""
},
"method2": {
"img": "",
"text": ""
}
}
}
```

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).