https://github.com/edisdev/periodic-table
PERIODIC TABLE WITH VUE JS
https://github.com/edisdev/periodic-table
periodic-table vuejs
Last synced: 10 months ago
JSON representation
PERIODIC TABLE WITH VUE JS
- Host: GitHub
- URL: https://github.com/edisdev/periodic-table
- Owner: edisdev
- License: mit
- Created: 2018-10-17T21:39:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T13:48:52.000Z (almost 7 years ago)
- Last Synced: 2025-02-27T07:43:45.850Z (11 months ago)
- Topics: periodic-table, vuejs
- Language: Vue
- Homepage: https://edisdev.github.io/periodic-table/
- Size: 2.67 MB
- Stars: 226
- Watchers: 5
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎉 Düzenli Çizelge 🎉
Kimya derslerinde kullanmak için periyodik tablo(düzenli çizelge).
> Periodic Table to use on chemistry lessons


## Özellikler
1. 🇹🇷 Uluslararasılaştırma
1. 💡 Aydınlık/Koyu Görünüm
1. 📚 g/mol bilgisi
1. 🎯 Türlere Göre Kümeleme
## Geliştiriciler
||||
|-|-|-|
|| Hatice Edis | [@edisdev](https://github.com/edisdev)|
|| Alper Kürşat | [@alpeer](https://github.com/alpeer)|
## Yeterge
2018 © MIT Yetergesi ile dağıtılmaktadır.
> Copyright © 2018 Licensed under MIT.
## Tasarı kurulumu
> Project setup
```
yarn install
```
### Geliştirme için derleme ve anlık yenileme
> Compiles and hot-reloads for development
```
yarn run serve
```
### Üretim için derleme ve küçültme
> Compiles and minifies for production
```
yarn run build
```
### Belgeleri ayıklama ve düzeltme
> Lints and fixes files
```
yarn run lint
```