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
- Host: GitHub
- URL: https://github.com/edisdev/math-formulas-and-proofs
- Owner: edisdev
- Created: 2018-07-21T18:59:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T21:21:50.000Z (over 7 years ago)
- Last Synced: 2025-02-28T14:08:19.801Z (about 1 year ago)
- Topics: firebase, math, mathematics, vuejs
- Language: JavaScript
- Size: 2.18 MB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).